|
||||||||||
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.EntityBlaze
public class EntityBlaze
Field Summary |
---|
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 | |
---|---|
EntityBlaze(World par1World)
|
Method Summary | |
---|---|
void |
func_70844_e(boolean par1)
|
boolean |
func_70845_n()
|
float |
getBrightness(float par1)
Gets how bright this entity is. |
int |
getBrightnessForRender(float par1)
|
int |
getMaxHealth()
|
boolean |
isBurning()
Returns true if the entity is on fire. |
void |
onLivingUpdate()
Called frequently so the entity can update its state every tick as required. |
Methods inherited from class net.minecraft.src.EntityMob |
---|
attackEntityAsMob, attackEntityFrom, 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 |
Constructor Detail |
---|
public EntityBlaze(World par1World)
Method Detail |
---|
public int getMaxHealth()
getMaxHealth
in class EntityLiving
public int getBrightnessForRender(float par1)
getBrightnessForRender
in class Entity
public float getBrightness(float par1)
getBrightness
in class Entity
public void onLivingUpdate()
onLivingUpdate
in class EntityMob
public boolean isBurning()
isBurning
in class Entity
public boolean func_70845_n()
public void func_70844_e(boolean par1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |