public class Java118Level extends JavaLevel
level.dat file for a Minecraft 1.18 or later map.| Modifier and Type | Method and Description | 
|---|---|
| MapGenerator | getGenerator(int dim) | 
| long | getSeed() | 
| boolean | isMapFeatures() | 
| void | setGenerator(int dim,
            MapGenerator generator) | 
| void | setMapFeatures(boolean mapFeatures) | 
| void | setSeed(long seed) | 
| org.jnbt.CompoundTag | toNBT() | 
create, getBorderCenterX, getBorderCenterZ, getBorderDamagePerBlock, getBorderSafeZone, getBorderSize, getBorderSizeLerpTarget, getBorderSizeLerpTime, getBorderWarningBlocks, getBorderWarningTime, getDataVersion, getDifficulty, getGameType, getMapHeight, getMaxHeight, getMinHeight, getName, getPlatform, getSpawnX, getSpawnY, getSpawnZ, getTime, getVersion, isAllowCommands, isDifficultyLocked, isHardcore, load, save, setAllowCommands, setBorderCenterX, setBorderCenterZ, setBorderDamagePerBlock, setBorderSafeZone, setBorderSize, setBorderSizeLerpTarget, setBorderSizeLerpTime, setBorderWarningBlocks, setBorderWarningTime, setCachedLevel, setDifficulty, setDifficultyLocked, setGameType, setHardcore, setName, setSpawn, setSpawnX, setSpawnY, setSpawnZ, setTimeclone, containsTag, containsTag, containsType, forEachTag, getAllTags, getAllTags, getBoolean, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getByte, getByteArray, getByteArray, getDouble, getDouble, getDouble, getDouble, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getList, getList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getMap, getMap, getShort, getShort, getShort, getShort, getString, getString, getString, getString, getTag, getTag, removeTag, removeTag, setBoolean, setBoolean, setByte, setByte, setByteArray, setByteArray, setDouble, setDouble, setDoubleList, setDoubleList, setFloat, setFloat, setFloatList, setFloatList, setInt, setInt, setIntArray, setIntArray, setList, setList, setLong, setLong, setLongArray, setLongArray, setMap, setMap, setShort, setShort, setString, setString, setTag, setTag, toMultipleNBT, toStringpublic boolean isMapFeatures()
isMapFeatures in class JavaLevelpublic MapGenerator getGenerator(int dim)
getGenerator in class JavaLevelpublic void setMapFeatures(boolean mapFeatures)
setMapFeatures in class JavaLevelpublic void setGenerator(int dim,
                         MapGenerator generator)
setGenerator in class JavaLevel