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 @Nullable 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(@Nullable ArrayList<BloodClothingType> bloodClothingType) static ArrayList<BloodBodyPartType> BloodClothingType.getCoveredParts(@Nullable ArrayList<BloodClothingType> bloodClothingType) static ArrayList<BloodBodyPartType> BloodClothingType.getCoveredParts(@Nullable 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