Class OutOfBoundsChunk.Dynamic
java.lang.Object
net.minestom.server.instance.Chunk
net.minestom.server.instance.DynamicChunk
ru.dragonestia.msb3.api.world.chunk.OutOfBoundsChunk.Dynamic
- All Implemented Interfaces:
net.minestom.server.instance.block.Block.Getter,net.minestom.server.instance.block.Block.Setter,net.minestom.server.snapshot.Snapshotable,net.minestom.server.tag.Taggable,net.minestom.server.tag.TagReadable,net.minestom.server.tag.TagWritable,net.minestom.server.Tickable,net.minestom.server.Viewable,net.minestom.server.world.biome.Biome.Getter,net.minestom.server.world.biome.Biome.Setter,OutOfBoundsChunk
- Enclosing interface:
OutOfBoundsChunk
public static class OutOfBoundsChunk.Dynamic
extends net.minestom.server.instance.DynamicChunk
implements OutOfBoundsChunk
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minestom.server.instance.block.Block.Getter
net.minestom.server.instance.block.Block.Getter.ConditionNested classes/interfaces inherited from interface ru.dragonestia.msb3.api.world.chunk.OutOfBoundsChunk
OutOfBoundsChunk.Dynamic, OutOfBoundsChunk.Lighting -
Field Summary
Fields inherited from class net.minestom.server.instance.DynamicChunk
entries, motionBlocking, sections, tickableMap, worldSurfaceFields inherited from class net.minestom.server.instance.Chunk
CHUNK_SECTION_SIZE, CHUNK_SIZE_X, CHUNK_SIZE_Z, chunkX, chunkZ, instance, loaded, maxSection, minSection -
Constructor Summary
ConstructorsConstructorDescriptionDynamic(@NotNull net.minestom.server.instance.Instance instance, int chunkX, int chunkZ) -
Method Summary
Methods inherited from class net.minestom.server.instance.DynamicChunk
copy, createLightData, getBiome, getBlock, getFullDataPacket, getHeightmapNBT, getLastChangeTime, getSection, getSections, invalidate, loadHeightmapsFromNBT, motionBlockingHeightmap, reset, setBiome, setBlock, tick, updateSnapshot, worldSurfaceHeightmapMethods inherited from class net.minestom.server.instance.Chunk
addViewer, getChunkX, getChunkZ, getIdentifier, getInstance, getMaxSection, getMinSection, getSectionAt, getViewers, isLoaded, isReadOnly, onGenerate, onLoad, removeViewer, sendChunk, sendChunk, setBlock, setReadOnly, shouldGenerate, tagHandler, toPosition, toString, unloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minestom.server.world.biome.Biome.Getter
getBiomeMethods inherited from interface net.minestom.server.world.biome.Biome.Setter
setBiomeMethods inherited from interface net.minestom.server.instance.block.Block.Getter
getBlock, getBlock, getBlockMethods inherited from interface net.minestom.server.instance.block.Block.Setter
setBlockMethods inherited from interface net.minestom.server.tag.Taggable
getAndSetTag, getAndUpdateTag, getTag, hasTag, removeTag, setTag, updateAndGetTag, updateTagMethods inherited from interface net.minestom.server.Viewable
getViewersAsAudience, getViewersAsAudiences, isViewer, sendPacketsToViewers, sendPacketsToViewers, sendPacketToViewers, sendPacketToViewersAndSelf
-
Constructor Details
-
Dynamic
public Dynamic(@NotNull @NotNull net.minestom.server.instance.Instance instance, int chunkX, int chunkZ)
-