Package cn.nukkit.level.generator
Class SingleChunkManager
java.lang.Object
cn.nukkit.level.generator.SimpleChunkManager
cn.nukkit.level.generator.SingleChunkManager
- All Implemented Interfaces:
ChunkManager
-
Field Summary
Fields inherited from class cn.nukkit.level.generator.SimpleChunkManager
seed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanChunks
(long seed) getChunk
(int chunkX, int chunkZ) void
setChunk
(int chunkX, int chunkZ, BaseFullChunk chunk) Methods inherited from class cn.nukkit.level.generator.SimpleChunkManager
getBlockDataAt, getBlockDataAt, getBlockIdAt, getBlockIdAt, getBlockStateAt, getSeed, setBlockAt, setBlockAtLayer, setBlockDataAt, setBlockDataAt, setBlockFullIdAt, setBlockFullIdAt, setBlockIdAt, setBlockIdAt, setBlockStateAt, setChunk, setSeed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cn.nukkit.level.ChunkManager
getBlockStateAt, getChunk, setBlockAt, setBlockAtLayer, setBlockStateAt
-
Constructor Details
-
SingleChunkManager
public SingleChunkManager(long seed)
-
-
Method Details
-
getChunk
-
setChunk
-
cleanChunks
public void cleanChunks(long seed) - Overrides:
cleanChunks
in classSimpleChunkManager
-