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 TypeMethodDescriptionint
chunkX()
int
chunkZ()
@NotNull Collection
<@NotNull EntitySnapshot> entities()
@NotNull InstanceSnapshot
instance()
Methods inherited from interface net.minestom.server.world.biome.Biome.Getter
getBiome, getBiome
Methods inherited from interface net.minestom.server.instance.block.Block.Getter
getBlock, getBlock, getBlock, getBlock
Methods inherited from interface net.minestom.server.tag.TagReadable
getTag, hasTag
-
Method Details
-
chunkX
int chunkX() -
chunkZ
int chunkZ() -
instance
-
entities
-