public class TileEntityMobSpawner extends TileEntity
blockMetadata, blockType, INFINITE_EXTENT_AABB, worldObj, xCoord, yCoord, zCoord| Constructor and Description |
|---|
TileEntityMobSpawner() |
| Modifier and Type | Method and Description |
|---|---|
MobSpawnerBaseLogic |
func_98049_a() |
Packet |
getDescriptionPacket()
Overriden in a sign to provide the text.
|
void |
readFromNBT(NBTTagCompound par1NBTTagCompound)
Reads a tile entity from NBT.
|
boolean |
receiveClientEvent(int par1,
int par2)
Called when a client event is received with the event number and argument, see World.sendClientEvent
|
void |
updateEntity()
Allows the entity to update its state.
|
void |
writeToNBT(NBTTagCompound par1NBTTagCompound)
Writes a tile entity to NBT.
|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, func_85027_a, getBlockMetadata, getBlockType, getDistanceFrom, getMaxRenderDistanceSquared, getRenderBoundingBox, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic void readFromNBT(NBTTagCompound par1NBTTagCompound)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound par1NBTTagCompound)
writeToNBT in class TileEntitypublic void updateEntity()
updateEntity in class TileEntitypublic Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic boolean receiveClientEvent(int par1,
int par2)
receiveClientEvent in class TileEntitypublic MobSpawnerBaseLogic func_98049_a()