Uses of Enum Class
zombie.characterTextures.BloodClothingType
Packages that use BloodClothingType
Package
Description
-
Uses of BloodClothingType in generation.builders
Methods in generation.builders with parameters of type BloodClothingTypeModifier and TypeMethodDescriptionItemBuilder.bloodLocation(BloodClothingType... bloodClothingTypes) -
Uses of BloodClothingType in zombie.characterTextures
Subclasses with type arguments of type BloodClothingType in zombie.characterTexturesMethods in zombie.characterTextures that return BloodClothingTypeModifier and TypeMethodDescriptionstatic BloodClothingTypeBloodClothingType.fromString(String str) static BloodClothingTypeReturns 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 intBloodClothingType.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 TypeMethodDescriptionvoidInventoryItem.setBloodClothingType(ArrayList<BloodClothingType> _bloodClothingType) -
Uses of BloodClothingType in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type BloodClothingType