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 WeaponTypeWeaponType.getWeaponType(IsoGameCharacter chr) static WeaponTypeWeaponType.getWeaponType(IsoGameCharacter character, InventoryItem item0, InventoryItem item1) static WeaponTypeWeaponType.getWeaponType(HandWeapon weapon) static WeaponTypeReturns 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.