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 | 
|---|---|
ItemStack | 
getFlowerItemStack()  | 
int | 
getFlowerPotData()  | 
Item | 
getFlowerPotItem()  | 
SPacketUpdateTileEntity | 
getUpdatePacket()  | 
NBTTagCompound | 
getUpdateTag()  | 
void | 
readFromNBT(NBTTagCompound compound)  | 
static void | 
registerFixesFlowerPot(DataFixer fixer)  | 
void | 
setFlowerPotData(Item potItem,
                int potData)  | 
NBTTagCompound | 
writeToNBT(NBTTagCompound compound)  | 
addInfoToCrashReport, addMapping, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDisplayName, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorldObj, invalidate, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, receiveClientEvent, restrictNBTCopy, rotate, serializeNBT, setPos, setWorldCreate, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic TileEntityFlowerPot()
public TileEntityFlowerPot(Item potItem, int potData)
public static void registerFixesFlowerPot(DataFixer fixer)
public NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntity@Nullable public SPacketUpdateTileEntity getUpdatePacket()
getUpdatePacket in class TileEntitypublic NBTTagCompound getUpdateTag()
getUpdateTag in class TileEntitypublic void setFlowerPotData(Item potItem, int potData)
@Nullable public ItemStack getFlowerItemStack()
@Nullable public Item getFlowerPotItem()
public int getFlowerPotData()