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) |
void |
setFlowerPotData(Item potItem,
int potData) |
NBTTagCompound |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, receiveClientEvent, restrictNBTCopy, serializeNBT, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic TileEntityFlowerPot()
public TileEntityFlowerPot(Item potItem, int potData)
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()