@ascentbv/ts-common - v1.0.150
    Preparing search index...

    Class DimensionCache

    Cache for world dimensions resolved by id

    // Before
    const overworld = world.getDimension("minecraft:overworld");

    // After
    const overworld = CacheLayer.getDimension("minecraft:overworld");
    Index

    Constructors

    Methods

    Constructors

    Methods