Interface ChunkSnapshot
- All Superinterfaces:
Biome.Getter, Block.Getter, Snapshot, TagReadable
- All Known Implementing Classes:
SnapshotImpl.Chunk
public sealed interface ChunkSnapshot
extends Snapshot, Block.Getter, Biome.Getter, TagReadable
permits SnapshotImpl.Chunk
-
Nested Class Summary
Nested classes/interfaces inherited from interface Block.Getter
Block.Getter.Condition -
Method Summary
Methods inherited from interface Biome.Getter
getBiome, getBiomeMethods inherited from interface Block.Getter
getBlock, getBlock, getBlock, getBlockMethods inherited from interface TagReadable
getTag, hasTag
-
Method Details
-
chunkX
int chunkX() -
chunkZ
int chunkZ() -
instance
InstanceSnapshot instance() -
entities
Collection<EntitySnapshot> entities()
-