public class TileEntityMobSpawner extends TileEntity implements ITickable
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntityMobSpawner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
func_183000_F() |
Packet |
getDescriptionPacket()
Allows for a specialized description packet to be created.
|
MobSpawnerBaseLogic |
getSpawnerBaseLogic() |
void |
readFromNBT(NBTTagCompound compound) |
boolean |
receiveClientEvent(int id,
int type) |
void |
update()
Like the old updateEntity(), except more generic.
|
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, restrictNBTCopy, serializeNBT, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void update()
public Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic boolean receiveClientEvent(int id,
int type)
receiveClientEvent in class TileEntitypublic boolean func_183000_F()
func_183000_F in class TileEntitypublic MobSpawnerBaseLogic getSpawnerBaseLogic()