Uses of Enum Class
zombie.scripting.objects.WeaponCategory
Packages that use WeaponCategory
-
Uses of WeaponCategory in generation.builders
Methods in generation.builders with parameters of type WeaponCategoryModifier and TypeMethodDescriptionWeaponItemBuilder.categories
(WeaponCategory... weaponCategorys) -
Uses of WeaponCategory in zombie.inventory.types
Methods in zombie.inventory.types that return types with arguments of type WeaponCategoryMethod parameters in zombie.inventory.types with type arguments of type WeaponCategoryModifier and TypeMethodDescriptionvoid
HandWeapon.setWeaponCategories
(ArrayList<WeaponCategory> arrayList) -
Uses of WeaponCategory in zombie.scripting.objects
Subclasses with type arguments of type WeaponCategory in zombie.scripting.objectsFields in zombie.scripting.objects with type parameters of type WeaponCategoryMethods in zombie.scripting.objects that return WeaponCategoryModifier and TypeMethodDescriptionstatic WeaponCategory
WeaponCategory.fromString
(String string) static WeaponCategory
Returns the enum constant of this class with the specified name.static WeaponCategory[]
WeaponCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.scripting.objects that return types with arguments of type WeaponCategoryMethod parameters in zombie.scripting.objects with type arguments of type WeaponCategoryModifier and TypeMethodDescriptionvoid
Item.setWeaponCategories
(ArrayList<WeaponCategory> arrayList)