SerenityJS
    Preparing search index...

    Class InternalProvider

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    buffers: Map<string, Buffer> = ...

    The buffer properties that exist for the world.

    chunks: Map<Dimension, Map<bigint, Chunk>> = ...

    The loaded chunks in the provider.

    entities: Map<Dimension, Map<bigint, EntityEntry>> = ...

    The entities that exist for the world.

    identifier: string = ...

    The identifier of the provider.

    players: Map<Dimension, Map<string, PlayerEntry>> = ...

    The players that exist for the world.

    world: World

    The world that the provider belongs to.

    identifier: "internal"

    The identifier of the provider.

    Methods