|
void | readFromNBT (NBTTagCompound par1NBTTagCompound) |
|
void | writeToNBT (NBTTagCompound par1NBTTagCompound) |
|
void | updateEntity () |
|
Packet | getDescriptionPacket () |
|
boolean | receiveClientEvent (int par1, int par2) |
|
MobSpawnerBaseLogic | func_98049_a () |
|
World | getWorldObj () |
|
void | setWorldObj (World par1World) |
|
boolean | func_70309_m () |
|
void | readFromNBT (NBTTagCompound par1NBTTagCompound) |
|
void | writeToNBT (NBTTagCompound par1NBTTagCompound) |
|
void | updateEntity () |
|
int | getBlockMetadata () |
|
void | onInventoryChanged () |
|
double | getDistanceFrom (double par1, double par3, double par5) |
|
double | getMaxRenderDistanceSquared () |
|
Block | getBlockType () |
|
Packet | getDescriptionPacket () |
|
boolean | isInvalid () |
|
void | invalidate () |
|
void | validate () |
|
boolean | receiveClientEvent (int par1, int par2) |
|
void | updateContainingBlockInfo () |
|
void | func_85027_a (CrashReportCategory par1CrashReportCategory) |
|
boolean | canUpdate () |
|
void | onDataPacket (INetworkManager net, Packet132TileEntityData pkt) |
|
void | onChunkUnload () |
|
boolean | shouldRefresh (int oldID, int newID, int oldMeta, int newMeta, World world, int x, int y, int z) |
|
boolean | shouldRenderInPass (int pass) |
|
AxisAlignedBB | getRenderBoundingBox () |
|
Packet net.minecraft.tileentity.TileEntityMobSpawner.getDescriptionPacket |
( |
) | |
|
Overriden in a sign to provide the text.
void net.minecraft.tileentity.TileEntityMobSpawner.readFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
Reads a tile entity from NBT.
boolean net.minecraft.tileentity.TileEntityMobSpawner.receiveClientEvent |
( |
int |
par1, |
|
|
int |
par2 |
|
) |
| |
Called when a client event is received with the event number and argument, see World.sendClientEvent
void net.minecraft.tileentity.TileEntityMobSpawner.updateEntity |
( |
) | |
|
Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation.
void net.minecraft.tileentity.TileEntityMobSpawner.writeToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
Writes a tile entity to NBT.
The documentation for this class was generated from the following file: