Class HumanEntity

java.lang.Object
  extended by BaseEntity
      extended by LivingEntity
          extended by HumanEntity
Direct Known Subclasses:
Player

public class HumanEntity
extends LivingEntity


Constructor Summary
Constructor and Description
HumanEntity()
          Constructor
HumanEntity(hl human)
          Constructor
 
Method Summary
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

HumanEntity

public HumanEntity()
Constructor


HumanEntity

public HumanEntity(hl human)
Constructor

Parameters:
human -
Method Detail

getEntity

public hl getEntity()
Returns the entity we're wrapping.

Overrides:
getEntity in class LivingEntity
Returns:

getName

public java.lang.String getName()
Returns the name

Returns: