Uses of Class
org.rspeer.game.Combat.WeaponType
-
Packages that use Combat.WeaponType Package Description org.rspeer.game -
-
Uses of Combat.WeaponType in org.rspeer.game
Methods in org.rspeer.game that return Combat.WeaponType Modifier and Type Method Description static Combat.WeaponType
Combat. getWeaponType()
Deprecated.static Combat.WeaponType
Combat.WeaponType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Combat.WeaponType[]
Combat.WeaponType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-