|
||||||||||
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.EntitySlime
net.minecraft.src.EntityMagmaCube
public class EntityMagmaCube
Field Summary |
---|
Fields inherited from class net.minecraft.src.EntitySlime |
---|
field_70811_b, field_70812_c, field_70813_a |
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 | |
---|---|
EntityMagmaCube(World par1World)
|
Method Summary | |
---|---|
float |
getBrightness(float par1)
Gets how bright this entity is. |
int |
getBrightnessForRender(float par1)
|
boolean |
getCanSpawnHere()
Checks if the entity's current position is a valid location to spawn this entity. |
int |
getTotalArmorValue()
Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue |
boolean |
handleLavaMovement()
Whether or not the current entity is in lava |
boolean |
isBurning()
Returns true if the entity is on fire. |
Methods inherited from class net.minecraft.src.EntitySlime |
---|
getMaxHealth, getSlimeSize, getVerticalFaceSpeed, onCollideWithPlayer, onUpdate, readEntityFromNBT, setDead, setSlimeSize, writeEntityToNBT |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntityMagmaCube(World par1World)
Method Detail |
---|
public boolean getCanSpawnHere()
getCanSpawnHere
in class EntitySlime
public int getTotalArmorValue()
getTotalArmorValue
in class EntityLiving
public int getBrightnessForRender(float par1)
getBrightnessForRender
in class Entity
public float getBrightness(float par1)
getBrightness
in class Entity
public boolean isBurning()
isBurning
in class Entity
public boolean handleLavaMovement()
handleLavaMovement
in class Entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |