public class JavaMinecraftWorld extends CachingMinecraftWorld
Constructor and Description |
---|
JavaMinecraftWorld(java.io.File worldDir,
int dimension,
int minHeight,
int maxHeight,
Platform platform,
boolean readOnly,
int cacheSize) |
addChunk, addEntity, addTileEntity, close, flush, getBlockLightLevel, getBlockTypeAt, getCacheSize, getChunk, getChunkForEditing, getDataAt, getHighestNonAirBlock, getMaterialAt, getMaxHeight, getMinHeight, getSkyLightLevel, isChunkPresent, replaceChunk, saveDirtyChunks, setBlockLightLevel, setBlockTypeAt, setDataAt, setMaterialAt, setSkyLightLevel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
markForUpdateWorld
public JavaMinecraftWorld(java.io.File worldDir, int dimension, int minHeight, int maxHeight, Platform platform, boolean readOnly, int cacheSize)