Class ChunkCache
java.lang.Object
net.minestom.server.utils.chunk.ChunkCache
- All Implemented Interfaces:
Block.Getter
-
Nested Class Summary
Nested classes/interfaces inherited from interface Block.Getter
Block.Getter.Condition -
Constructor Summary
ConstructorsConstructorDescriptionChunkCache(Instance instance, Chunk chunk) ChunkCache(Instance instance, Chunk chunk, Block defaultBlock) -
Method Summary
Modifier and TypeMethodDescriptiongetBlock(int x, int y, int z, Block.Getter.Condition condition) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Block.Getter
getBlock, getBlock, getBlock
-
Constructor Details
-
ChunkCache
-
ChunkCache
-
-
Method Details
-
getBlock
- Specified by:
getBlockin interfaceBlock.Getter
-