Package zombie.characterTextures
Enum BloodClothingType
java.lang.Object
java.lang.Enum<BloodClothingType>
zombie.characterTextures.BloodClothingType
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<BloodClothingType>
,java.lang.constant.Constable
public enum BloodClothingType extends java.lang.Enum<BloodClothingType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description Apron
Bag
bodyParts
coveredParts
FullHelmet
Groin
Hands
Head
Jacket
Jumper
JumperNoSleeves
LongJacket
LowerArms
LowerBody
LowerLegs
Neck
Shirt
ShirtLongSleeves
ShirtNoSleeves
Shoes
ShortsShort
Trousers
UpperArms
UpperBody
UpperLegs
-
Method Summary
Modifier and Type Method Description static void
addBasicPatch(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList)
static void
addBlood(int int1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
addBlood(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
addBlood(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
addDirt(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
addDirt(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList)
static void
addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1)
static void
calcTotalBloodLevel(Clothing clothing)
static void
calcTotalDirtLevel(Clothing clothing)
static BloodClothingType
fromString(java.lang.String string)
static int
getCoveredPartCount(java.util.ArrayList arrayList)
static java.util.ArrayList
getCoveredParts(java.util.ArrayList arrayList)
static java.util.ArrayList
getCoveredParts(java.util.ArrayList arrayList, java.util.ArrayList arrayList2)
static BloodClothingType
valueOf(java.lang.String name)
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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
fromString
-
getCoveredParts
public static java.util.ArrayList getCoveredParts(java.util.ArrayList arrayList) -
getCoveredParts
public static java.util.ArrayList getCoveredParts(java.util.ArrayList arrayList, java.util.ArrayList arrayList2) -
getCoveredPartCount
public static int getCoveredPartCount(java.util.ArrayList arrayList) -
addBlood
public static void addBlood(int int1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
addBlood
public static void addBlood(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
addDirt
public static void addDirt(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
addHole
public static void addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList) -
addHole
public static void addHole(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
addBasicPatch
public static void addBasicPatch(BloodBodyPartType bloodBodyPartType, HumanVisual humanVisual, java.util.ArrayList arrayList) -
addDirt
public static void addDirt(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
addBlood
public static void addBlood(BloodBodyPartType bloodBodyPartType, float float1, HumanVisual humanVisual, java.util.ArrayList arrayList, boolean boolean1) -
calcTotalBloodLevel
-
calcTotalDirtLevel
-