public static class MC118AnvilChunk.Section extends AbstractNBTItem implements SectionedChunk.Section
| Modifier and Type | Field and Description | 
|---|---|
| int | level | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasBiomes()Indicates whether the section contains any biome other than minecraft:plains. | 
| boolean | isEmpty()Indicates whether the section is empty, meaning all material is air, and all block and sky light values are
 0. | 
| org.jnbt.CompoundTag | toNBT() | 
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, toStringpublic org.jnbt.CompoundTag toNBT()
toNBT in interface NBTItemtoNBT in class AbstractNBTItempublic boolean isEmpty()
isEmpty in interface SectionedChunk.Sectiontrue if the section is emptypublic boolean hasBiomes()