public abstract class MobSpawnerBaseLogic extends Object
Modifier and Type | Field and Description |
---|---|
double |
field_98284_d |
int |
field_98286_b |
double |
field_98287_c |
Constructor and Description |
---|
MobSpawnerBaseLogic() |
Modifier and Type | Method and Description |
---|---|
boolean |
canRun()
Returns true if there's a player close enough to this mob spawner to activate it.
|
Entity |
func_98265_a(Entity par1Entity) |
abstract void |
func_98267_a(int i) |
boolean |
func_98268_b(int par1) |
WeightedRandomMinecart |
func_98269_i() |
void |
func_98270_a(NBTTagCompound par1NBTTagCompound) |
String |
func_98276_e() |
void |
func_98277_a(WeightedRandomMinecart par1WeightedRandomMinecart) |
void |
func_98280_b(NBTTagCompound par1NBTTagCompound) |
Entity |
func_98281_h() |
abstract World |
getSpawnerWorld() |
abstract int |
getSpawnerX() |
abstract int |
getSpawnerY() |
abstract int |
getSpawnerZ() |
void |
setMobID(String par1Str) |
void |
updateSpawner() |
public int field_98286_b
public double field_98287_c
public double field_98284_d
public MobSpawnerBaseLogic()
public String func_98276_e()
public boolean canRun()
public void updateSpawner()
public Entity func_98265_a(Entity par1Entity)
public void func_98270_a(NBTTagCompound par1NBTTagCompound)
public void func_98280_b(NBTTagCompound par1NBTTagCompound)
public boolean func_98268_b(int par1)
public Entity func_98281_h()
public WeightedRandomMinecart func_98269_i()
public void func_98277_a(WeightedRandomMinecart par1WeightedRandomMinecart)
public abstract void func_98267_a(int i)
public abstract World getSpawnerWorld()
public abstract int getSpawnerX()
public abstract int getSpawnerY()
public abstract int getSpawnerZ()