public class TileEntityFlowerPot extends TileEntity
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntityFlowerPot() |
TileEntityFlowerPot(Item potItem,
int potData) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
getDescriptionPacket() |
int |
getFlowerPotData() |
Item |
getFlowerPotItem() |
void |
readFromNBT(NBTTagCompound compound) |
void |
setFlowerPotData(Item potItem,
int potData) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, getBlockMetadata, getBlockType, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic TileEntityFlowerPot()
public TileEntityFlowerPot(Item potItem, int potData)
public void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic void setFlowerPotData(Item potItem, int potData)
public Item getFlowerPotItem()
public int getFlowerPotData()