|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseEntity
LivingEntity
HumanEntity
public class HumanEntity extends LivingEntity
Constructor and Description |
---|
HumanEntity()
Constructor |
HumanEntity(hl human)
Constructor |
Modifier and Type | Method and Description |
---|---|
hl |
getEntity()
Returns the entity we're wrapping. |
java.lang.String |
getName()
Returns the name |
Methods inherited from class LivingEntity |
---|
getBaseNoDamageTicks, getDeathTicks, getHealth, getLastDamage, increaseHealth, setBaseNoDamageTicks, setDeathTicks, setHealth, setLastDamage |
Methods inherited from class BaseEntity |
---|
getAirTicks, getBaseAirTicks, getFireTicks, getId, getNoDamageTicks, getPitch, getPlayer, getRotation, getX, getY, getZ, isAnimal, isLiving, isMob, isPlayer, setAirTicks, setBaseAirTicks, setFireTicks, setNoDamageTicks, setPitch, setRotation, setX, setY, setZ, teleportTo, teleportTo, teleportTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HumanEntity()
public HumanEntity(hl human)
human
- Method Detail |
---|
public hl getEntity()
getEntity
in class LivingEntity
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |