Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoadedRectangle

Index

Methods

  • Specifies the end position of your area. If the following LoadedRectangle was returned by ChunksModule.addLoadedChunk, you don't need to call this method. Also note that your area will cover not only the blocks included in the resulting rectangle, but all the chunks that intersect with this rectangle.

    since

    3.0

    Parameters

    • x: number
    • z: number

    Returns LoadedRectangle

    reference to itself to be used in sequential calls

  • isLoaded(): boolean
  • since

    3.0

    Returns boolean

    whether the following area is loaded into the world at the moment

  • Specifies the start position of your area. If the following LoadedRectangle was returned by ChunksModule.addLoadedChunk, you don't need to call this method. Also note that your area will cover not only the blocks included in the resulting rectangle, but all the chunks that intersect with this rectangle.

    since

    3.0

    Parameters

    • x: number
    • z: number

    Returns LoadedRectangle

    reference to itself to be used in sequential calls

  • Unloads the following area from the world.

    since

    3.0

    Returns LoadedRectangle

    reference to itself to be used in sequential calls

Generated using TypeDoc