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>
  • Enum Constant Details

  • Method Details

    • values

      public static BloodClothingType[] 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

      public static BloodClothingType valueOf​(java.lang.String name)
      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 name
      java.lang.NullPointerException - if the argument is null
    • fromString

      public static BloodClothingType fromString​(java.lang.String string)
    • 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

      public static void calcTotalBloodLevel​(Clothing clothing)
    • calcTotalDirtLevel

      public static void calcTotalDirtLevel​(Clothing clothing)