Package net.minestom.server.snapshot
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 net.minestom.server.instance.block.Block.Getter
Block.Getter.Condition -
Method Summary
Modifier and TypeMethodDescriptionintchunkX()intchunkZ()@NotNull Collection<@NotNull EntitySnapshot> entities()@NotNull InstanceSnapshotinstance()Methods inherited from interface net.minestom.server.world.biomes.Biome.Getter
getBiome, getBiomeMethods inherited from interface net.minestom.server.instance.block.Block.Getter
getBlock, getBlock, getBlock, getBlockMethods inherited from interface net.minestom.server.tag.TagReadable
getTag, hasTag
-
Method Details
-
chunkX
int chunkX() -
chunkZ
int chunkZ() -
instance
-
entities
-