public class TileEntityMobSpawner extends TileEntity
Modifier and Type | Field and Description |
---|---|
int |
delay |
double |
yaw |
double |
yaw2 |
field_31007_h, worldObj, xCoord, yCoord, zCoord
Constructor and Description |
---|
TileEntityMobSpawner() |
Modifier and Type | Method and Description |
---|---|
boolean |
anyPlayerInRange() |
java.lang.String |
getMobID() |
void |
readFromNBT(NBTTagCompound nbttagcompound) |
void |
setMobID(java.lang.String s) |
void |
updateEntity() |
void |
writeToNBT(NBTTagCompound nbttagcompound) |
createAndLoadEntity, func_31004_j, func_31005_i, func_31006_g, getBlockMetadata, getBlockType, getDistanceFrom, onInventoryChanged
public java.lang.String getMobID()
public void setMobID(java.lang.String s)
public boolean anyPlayerInRange()
public void updateEntity()
updateEntity
in class TileEntity
public void readFromNBT(NBTTagCompound nbttagcompound)
readFromNBT
in class TileEntity
public void writeToNBT(NBTTagCompound nbttagcompound)
writeToNBT
in class TileEntity