Options
All
  • Public
  • Public/Protected
  • All
Menu

Object returned by ChunksModule.addLoadedCircle.

since

3.0

Hierarchy

  • LoadedCircle

Index

Methods

  • Specifies the center position of your area. Note that your area will cover not only the blocks included in the resulting circle, but all the chunks that intersect with this circle.

    since

    3.0

    Parameters

    • x: number
    • z: number

    Returns LoadedCircle

    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 radius of your circle area in meters (blocks). Note that your area will cover not only the blocks included in the resulting circle, but all the chunks that intersect with this circle.

    since

    3.0

    Parameters

    • r: number

    Returns LoadedCircle

    reference to itself to be used in sequential calls

  • Unloads the following area from the world.

    since

    3.0

    Returns LoadedCircle

    reference to itself to be used in sequential calls

Generated using TypeDoc