Uses of Class
PluginLoader.DamageType

Uses of PluginLoader.DamageType in <Unnamed>
 

Methods in <Unnamed> that return PluginLoader.DamageType
Modifier and Type Method and Description
static PluginLoader.DamageType PluginLoader.DamageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginLoader.DamageType[] PluginLoader.DamageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in <Unnamed> with parameters of type PluginLoader.DamageType
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.