Uses of Class
BaseEntity

Uses of BaseEntity in <Unnamed>
 

Subclasses of BaseEntity in <Unnamed>
Modifier and Type Class and Description
 class BaseVehicle
          BaseVehicle - Base class for interfacing boats and minecarts
 class Boat
          Boat - Used for manipulating boats
 class HumanEntity
           
 class LivingEntity
          Interface for living entities
 class Minecart
          Minecart - Used for manipulating minecarts
 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 BaseEntity
Modifier and Type Method and Description
 java.util.List<BaseEntity> Server.getEntityList()
          Returns the list of all entities in the server in open chunks.
 

Methods in <Unnamed> with parameters of type BaseEntity
Modifier and Type Method and Description
 boolean PluginListener.onDamage(PluginLoader.DamageType type, BaseEntity attacker, BaseEntity defender, int amount)
          Called when a living object is attacked.
 java.lang.Boolean PluginListener.onVehicleCollision(BaseVehicle vehicle, BaseEntity collisioner)
          Called when a collision occurs with a vehicle and an entity.
 boolean PluginListener.onVehicleDamage(BaseVehicle vehicle, BaseEntity attacker, int damage)
          Called when vehicle receives damage
 void BaseEntity.teleportTo(BaseEntity ent)
          Teleports to the other entity