public class DamageAbsorptionProperty extends IntProperty
Property.Operatoroperator, value| Constructor and Description | 
|---|
| DamageAbsorptionProperty(int value)Creates a new  DamageAbsorptionPropertywith the given amount of
 damage absorption per hit. | 
| DamageAbsorptionProperty(int value,
                        Property.Operator operator)Creates a new  DamageAbsorptionPropertywith the given amount of
 damage absorption per hit. | 
| DamageAbsorptionProperty(Object value,
                        Property.Operator operator)Creates a new  DamageAbsorptionPropertywith the given amount of
 damage absorption per hit. | 
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic DamageAbsorptionProperty(int value)
DamageAbsorptionProperty with the given amount of
 damage absorption per hit.value - The amount of absorbed damagepublic DamageAbsorptionProperty(int value,
                                Property.Operator operator)
DamageAbsorptionProperty with the given amount of
 damage absorption per hit.value - The amount of absorbed damageoperator - The operator to compare this property to other propertiespublic DamageAbsorptionProperty(Object value, Property.Operator operator)
DamageAbsorptionProperty with the given amount of
 damage absorption per hit.value - The amount of absorbed damageoperator - The operator to compare this property to other properties