public class TileEntityCommandBlock extends TileEntity
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntityCommandBlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
func_183000_F() |
CommandBlockLogic |
getCommandBlockLogic() |
CommandResultStats |
getCommandResultStats() |
Packet |
getDescriptionPacket()
Allows for a specialized description packet to be created.
|
void |
readFromNBT(NBTTagCompound compound) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, deserializeNBT, 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, validatepublic void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic boolean func_183000_F()
func_183000_F in class TileEntitypublic CommandBlockLogic getCommandBlockLogic()
public CommandResultStats getCommandResultStats()