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 TypeMethodDescriptionvoidHandWeapon.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 WeaponCategoryWeaponCategory.fromString(String string) static WeaponCategoryReturns 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 TypeMethodDescriptionvoidItem.setWeaponCategories(ArrayList<WeaponCategory> arrayList)