Uses of Class
LivingEntity

Uses of LivingEntity in <Unnamed>
 

Subclasses of LivingEntity in <Unnamed>
Modifier and Type Class and Description
 class HumanEntity
           
 class Mob
          Mob.java - Interface for mobs
 class Player
          Player.java - Interface for eo so mods don't have to update often.
 

Methods in <Unnamed> that return types with arguments of type LivingEntity
Modifier and Type Method and Description
 java.util.List<LivingEntity> Server.getLivingEntityList()
          Returns the list of all living entities (players, animals, mobs) in open chunks.
 

Methods in <Unnamed> with parameters of type LivingEntity
Modifier and Type Method and Description
 boolean PluginListener.onAttack(LivingEntity attacker, LivingEntity defender, java.lang.Integer amount)
          Called when an entity (attacker) tries to hurt a player (defender).