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, setSkyLightLevelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarkForUpdateWorldpublic JavaMinecraftWorld(java.io.File worldDir,
int dimension,
int minHeight,
int maxHeight,
Platform platform,
boolean readOnly,
int cacheSize)