Class World

Represent a world

Hierarchy

  • World

Constructors

Properties

Methods

Constructors

Properties

world: string

Methods

  • Execute commands inside this world

    Parameters

    • Rest ...commands: Commands

      The command to execute inside this world

    Returns string[]

  • Teleport an entity to this world

    Parameters

    • entity: Entity

      The entity to teleport inside this world

    • Optional coordonates: coordonate

      The coordonate inside this world the entity will be teleport on

    Returns string[]

Generated using TypeDoc