Uses of Enum Class
zombie.inventory.types.WeaponType
Packages that use WeaponType
-
Uses of WeaponType in zombie.inventory.types
Subclasses with type arguments of type WeaponType in zombie.inventory.typesMethods in zombie.inventory.types that return WeaponTypeModifier and TypeMethodDescriptionstatic WeaponType
WeaponType.getWeaponType
(IsoGameCharacter chr) static WeaponType
WeaponType.getWeaponType
(IsoGameCharacter isoGameCharacter, InventoryItem inventoryItem0, InventoryItem inventoryItem1) static WeaponType
WeaponType.getWeaponType
(HandWeapon weapon) static WeaponType
Returns the enum constant of this class with the specified name.static WeaponType[]
WeaponType.values()
Returns an array containing the constants of this enum class, in the order they are declared.