|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DamageType | |
---|---|
spellcast.damage | |
spellcast.enchantment | The Enchantments of the Spellcast System. |
Uses of DamageType in spellcast.damage |
---|
Subclasses of DamageType in spellcast.damage | |
---|---|
class |
NullDamageType
|
Fields in spellcast.damage declared as DamageType | |
---|---|
static DamageType[] |
DamageType.ALL_DAMAGE_TYPES
List of all the DamageType s. |
Methods in spellcast.damage that return DamageType | |
---|---|
static DamageType |
DamageType.getColdDamageType()
|
static DamageType |
DamageType.getFireDamageType()
|
static DamageType |
DamageType.getPhysicalDamageType()
|
DamageType |
Damage.getType()
|
Methods in spellcast.damage with parameters of type DamageType | |
---|---|
void |
Damage.setType(DamageType type_)
|
Constructors in spellcast.damage with parameters of type DamageType | |
---|---|
Damage(DamageType type_,
int value_)
|
Uses of DamageType in spellcast.enchantment |
---|
Methods in spellcast.enchantment that return DamageType | |
---|---|
DamageType |
EnchantmentImpl.getResistance()
Gets the resistance of this Enchantment . |
Methods in spellcast.enchantment with parameters of type DamageType | |
---|---|
boolean |
EnchantmentImpl.isResistant(DamageType damageType)
isResistant checks to see if the Enchantment will resist the specified DamageType . |
boolean |
Enchantment.isResistant(DamageType damageType)
isResistant checks to see if the Enchantment will resist the specified DamageType . |
void |
EnchantmentImpl.setResistance(DamageType damageType)
Sets the resistance of this Enchantment to the specified
DamageType . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |