|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.Entity
net.minecraft.src.EntityLiving
net.minecraft.src.EntityAmbientCreature
net.minecraft.src.EntityBat
public class EntityBat
Field Summary |
---|
Constructor Summary | |
---|---|
EntityBat(World par1World)
|
Method Summary | |
---|---|
boolean |
attackEntityFrom(DamageSource par1DamageSource,
int par2)
Called when the entity is attacked. |
boolean |
func_82144_au()
|
void |
func_82163_bD()
|
boolean |
func_82235_h()
|
void |
func_82236_f(boolean par1)
|
boolean |
getCanSpawnHere()
Checks if the entity's current position is a valid location to spawn this entity. |
int |
getMaxHealth()
|
void |
onUpdate()
Called to update the entity's position/logic. |
void |
readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to read subclass entity data from NBT. |
void |
writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to write subclass entity data to NBT. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntityBat(World par1World)
Method Detail |
---|
public int getMaxHealth()
getMaxHealth
in class EntityLiving
public boolean func_82235_h()
public void func_82236_f(boolean par1)
public void onUpdate()
onUpdate
in class EntityLiving
public boolean func_82144_au()
func_82144_au
in class Entity
public boolean attackEntityFrom(DamageSource par1DamageSource, int par2)
attackEntityFrom
in class EntityLiving
public void readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
readEntityFromNBT
in class EntityLiving
public void writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
writeEntityToNBT
in class EntityLiving
public boolean getCanSpawnHere()
getCanSpawnHere
in class EntityLiving
public void func_82163_bD()
func_82163_bD
in class EntityLiving
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |