Перейти к основному содержимому

Python API reference

This reference is generated from types.pyi. Public member names use the snake_case Python projection of QuestScript's shared semantic API.

Classes

  • BlockVolume — Immutable inclusive block volume.
  • ItemStack — A detached, mutable item stack value owned by QuestScript.

Protocols

Typed Dictionaries

Type Aliases

Variables

  • import_script — Return the frozen exports of an already loaded Script.
  • minecraft — Deprecated low-level Minecraft API object.
  • script — Explicit cross-Script export registrar for the current Script Run.
  • system — Tick scheduling and system events for the current Script Run.
  • world — Main QuestScript-owned world API for the current Script Run.