public class ChunkCache extends Object
| Constructor and Description |
|---|
ChunkCache(GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCache(com.github.steveice10.mc.protocol.data.game.chunk.Column chunk) |
int |
getBlockAt(int x,
int y,
int z) |
GeyserColumn |
getChunk(int chunkX,
int chunkZ) |
int |
getChunkHeightY() |
int |
getChunkMinY() |
void |
removeChunk(int chunkX,
int chunkZ) |
void |
updateBlock(int x,
int y,
int z,
int block) |
public ChunkCache(GeyserSession session)
public void addToCache(com.github.steveice10.mc.protocol.data.game.chunk.Column chunk)
public GeyserColumn getChunk(int chunkX, int chunkZ)
public void updateBlock(int x,
int y,
int z,
int block)
public int getBlockAt(int x,
int y,
int z)
public void removeChunk(int chunkX,
int chunkZ)
public int getChunkMinY()
public int getChunkHeightY()
Copyright © 2021 GeyserMC. All rights reserved.