public class TileEntityCommandBlock extends TileEntity
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntityCommandBlock() |
| Modifier and Type | Method and Description |
|---|---|
CommandBlockLogic |
getCommandBlockLogic() |
CommandResultStats |
getCommandResultStats() |
Packet |
getDescriptionPacket() |
void |
readFromNBT(NBTTagCompound compound) |
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 void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic CommandBlockLogic getCommandBlockLogic()
public CommandResultStats getCommandResultStats()