|
||||||||||
| 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.EntityCreature
net.minecraft.src.EntityMob
net.minecraft.src.EntityEnderman
public class EntityEnderman
| Field Summary | |
|---|---|
static boolean[] |
carriableBlocks
|
| Fields inherited from class net.minecraft.src.EntityLiving |
|---|
arrowHitTempCounter, arrowHitTimer, attackedAtYaw, attackTime, cameraPitch, carryoverDamage, deathTime, field_70730_aX, field_70731_aW, field_70769_ao, field_70770_ap, hurtTime, isJumping, jumpMovementFactor, landMovementFactor, legSwing, legYaw, maxHurtResistantTime, maxHurtTime, prevCameraPitch, prevHealth, prevLegYaw, prevRenderYawOffset, prevRotationYawHead, prevSwingProgress, renderYawOffset, rotationYawHead, swingProgress, tasks |
| Constructor Summary | |
|---|---|
EntityEnderman(World par1World)
|
|
| Method Summary | |
|---|---|
boolean |
attackEntityFrom(DamageSource par1DamageSource,
int par2)
Called when the entity is attacked. |
void |
func_70819_e(boolean par1)
|
boolean |
func_70823_r()
|
int |
getCarried()
Get the id of the block an enderman carries |
int |
getCarryingData()
Get the metadata of the block an enderman carries |
int |
getMaxHealth()
|
void |
onLivingUpdate()
Called frequently so the entity can update its state every tick as required. |
void |
readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to read subclass entity data from NBT. |
void |
setCarried(int par1)
Set the id of the block an enderman carries |
void |
setCarryingData(int par1)
Set the metadata of the block an enderman carries |
void |
writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
(abstract) Protected helper method to write subclass entity data to NBT. |
| Methods inherited from class net.minecraft.src.EntityMob |
|---|
attackEntityAsMob, getBlockPathWeight, getCanSpawnHere, onUpdate |
| Methods inherited from class net.minecraft.src.EntityCreature |
|---|
getEntityToAttack, hasPath, setPathToEntity, setTarget |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static boolean[] carriableBlocks
| Constructor Detail |
|---|
public EntityEnderman(World par1World)
| Method Detail |
|---|
public int getMaxHealth()
getMaxHealth in class EntityLivingpublic void writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
writeEntityToNBT in class EntityLivingpublic void readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
readEntityFromNBT in class EntityLivingpublic void onLivingUpdate()
onLivingUpdate in class EntityMobpublic void setCarried(int par1)
public int getCarried()
public void setCarryingData(int par1)
public int getCarryingData()
public boolean attackEntityFrom(DamageSource par1DamageSource,
int par2)
attackEntityFrom in class EntityMobpublic boolean func_70823_r()
public void func_70819_e(boolean par1)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||