Package zombie.characterTextures
Enum BloodClothingType
- All Implemented Interfaces:
Serializable
,Comparable<BloodClothingType>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addBasicPatch
(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList) static void
addBlood
(int int1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
addBlood
(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
addBlood
(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
addDirt
(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
addDirt
(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
addHole
(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList) static boolean
addHole
(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) static void
calcTotalBloodLevel
(Clothing clothing) static void
calcTotalDirtLevel
(Clothing clothing) static BloodClothingType
fromString
(String string) static int
getCoveredPartCount
(ArrayList arrayList) static ArrayList
getCoveredParts
(ArrayList arrayList) static ArrayList
getCoveredParts
(ArrayList arrayList, ArrayList arrayList2) static BloodClothingType
Returns the enum constant of this type with the specified name.static BloodClothingType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Jacket
-
LongJacket
-
Trousers
-
ShortsShort
-
Shirt
-
ShirtLongSleeves
-
ShirtNoSleeves
-
Jumper
-
JumperNoSleeves
-
Shoes
-
FullHelmet
-
Apron
-
Bag
-
Hands
-
Head
-
Neck
-
UpperBody
-
LowerBody
-
LowerLegs
-
UpperLegs
-
LowerArms
-
UpperArms
-
Groin
-
coveredParts
-
bodyParts
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
-
getCoveredParts
-
getCoveredParts
-
getCoveredPartCount
-
addBlood
public static void addBlood(int int1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
addBlood
public static void addBlood(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
addDirt
public static void addDirt(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
addHole
public static void addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList) -
addHole
public static boolean addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
addBasicPatch
public static void addBasicPatch(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, ArrayList arrayList) -
addDirt
public static void addDirt(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
addBlood
public static void addBlood(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, ArrayList arrayList, boolean boolean1) -
calcTotalBloodLevel
-
calcTotalDirtLevel
-