Uses of Enum Class
zombie.characterTextures.BloodClothingType
Packages that use BloodClothingType
-
Uses of BloodClothingType in zombie.characterTextures
Subclasses with type arguments of type BloodClothingType in zombie.characterTexturesMethods in zombie.characterTextures that return BloodClothingTypeModifier and TypeMethodDescriptionstatic BloodClothingType
BloodClothingType.fromString
(String str) static BloodClothingType
Returns the enum constant of this class with the specified name.static BloodClothingType[]
BloodClothingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in zombie.characterTextures with type arguments of type BloodClothingTypeModifier and TypeMethodDescriptionstatic int
BloodClothingType.getCoveredPartCount
(ArrayList<BloodClothingType> bloodClothingType) static ArrayList
<BloodBodyPartType> BloodClothingType.getCoveredParts
(ArrayList<BloodClothingType> bloodClothingType) static ArrayList
<BloodBodyPartType> BloodClothingType.getCoveredParts
(ArrayList<BloodClothingType> bloodClothingType, ArrayList<BloodBodyPartType> result) -
Uses of BloodClothingType in zombie.inventory
Methods in zombie.inventory that return types with arguments of type BloodClothingTypeMethod parameters in zombie.inventory with type arguments of type BloodClothingTypeModifier and TypeMethodDescriptionvoid
InventoryItem.setBloodClothingType
(ArrayList<BloodClothingType> _bloodClothingType) -
Uses of BloodClothingType in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type BloodClothingType