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, setTime
clone, 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, toString
public boolean isMapFeatures()
isMapFeatures
in class JavaLevel
public MapGenerator getGenerator(int dim)
getGenerator
in class JavaLevel
public void setMapFeatures(boolean mapFeatures)
setMapFeatures
in class JavaLevel
public void setGenerator(int dim, MapGenerator generator)
setGenerator
in class JavaLevel