public class Chest extends TileEntity implements ItemContainer
Constructor and Description |
---|
Chest(org.jnbt.CompoundTag tag) |
Chest(Platform platform) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InventoryItem> |
getItems() |
void |
setItems(java.util.List<InventoryItem> items) |
fromNBT, getId, getX, getY, getZ, setX, setY, setZ
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
public Chest(Platform platform)
public Chest(org.jnbt.CompoundTag tag)
public java.util.List<InventoryItem> getItems()
getItems
in interface ItemContainer
public void setItems(java.util.List<InventoryItem> items)