public class TileEntityMobSpawner extends TileEntity implements IUpdatePlayerListBox
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj
Constructor and Description |
---|
TileEntityMobSpawner() |
Modifier and Type | Method and Description |
---|---|
Packet |
getDescriptionPacket() |
MobSpawnerBaseLogic |
getSpawnerBaseLogic() |
void |
readFromNBT(NBTTagCompound compound) |
boolean |
receiveClientEvent(int id,
int type) |
void |
update() |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, getBlockMetadata, getBlockType, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate
public void readFromNBT(NBTTagCompound compound)
readFromNBT
in class TileEntity
public void writeToNBT(NBTTagCompound compound)
writeToNBT
in class TileEntity
public void update()
update
in interface IUpdatePlayerListBox
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public boolean receiveClientEvent(int id, int type)
receiveClientEvent
in class TileEntity
public MobSpawnerBaseLogic getSpawnerBaseLogic()