public class TileEntityCommandBlock extends TileEntity
| Modifier and Type | Field and Description |
|---|---|
private CommandBlockLogic |
commandBlockLogic |
blockType, 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, createAndLoadEntity, getBlockMetadata, getBlockType, getDistanceSq, getMaxRenderDistanceSquared, getPos, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, receiveClientEvent, setPos, setWorldObj, updateContainingBlockInfo, validateprivate final CommandBlockLogic commandBlockLogic
public 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()