|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses 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. |
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. |
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). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |