public abstract class NBTChunk extends AbstractNBTItem implements Chunk
Chunk
whose data is stored as one or more NBT tags of type CompoundTag
.Constructor and Description |
---|
NBTChunk(org.jnbt.CompoundTag tag) |
NBTChunk(java.util.Map<DataType,org.jnbt.CompoundTag> tags) |
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, toNBT, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
get3DBiome, getBiome, getBlockLightLevel, getBlockType, getCoords, getDataValue, getEntities, getHeight, getHighestNonAirBlock, getHighestNonAirBlock, getInhabitedTime, getMaterial, getMaxHeight, getMinHeight, getNamedBiome, getSkyLightLevel, getTileEntities, getxPos, getzPos, is3DBiomesAvailable, is3DBiomesSupported, isBiomesAvailable, isBiomesSupported, isLightPopulated, isNamedBiomesAvailable, isNamedBiomesSupported, isReadOnly, isTerrainPopulated, markForUpdateChunk, set3DBiome, setBiome, setBlockLightLevel, setBlockType, setDataValue, setHeight, setInhabitedTime, setLightPopulated, setMaterial, setNamedBiome, setSkyLightLevel, setTerrainPopulated
public NBTChunk(org.jnbt.CompoundTag tag)
public NBTChunk(java.util.Map<DataType,org.jnbt.CompoundTag> tags)