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()
Allows for a specialized description packet to be created.
|
int |
getFlowerPotData() |
Item |
getFlowerPotItem() |
void |
readFromNBT(NBTTagCompound compound) |
void |
setFlowerPotData(Item potItem,
int potData) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, deserializeNBT, func_183000_F, getBlockMetadata, getBlockType, getCapability, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, hasCapability, hasFastRenderer, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, onLoad, receiveClientEvent, restrictNBTCopy, serializeNBT, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate
public TileEntityFlowerPot()
public TileEntityFlowerPot(Item potItem, int potData)
public void writeToNBT(NBTTagCompound compound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound compound)
readFromNBT
in class TileEntity
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public void setFlowerPotData(Item potItem, int potData)
public Item getFlowerPotItem()
public int getFlowerPotData()