Class ItemSmartTexture

java.lang.Object
All Implemented Interfaces:
java.io.Serializable, IDestroyable, IMaskerable, ITexture

public final class ItemSmartTexture
extends SmartTexture
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • ItemSmartTexture

      public ItemSmartTexture​(java.lang.String string)
    • ItemSmartTexture

      public ItemSmartTexture​(java.lang.String string, float float1)
  • Method Details

    • setDenimPatches

      public void setDenimPatches​(BloodBodyPartType bloodBodyPartType)
    • setLeatherPatches

      public void setLeatherPatches​(BloodBodyPartType bloodBodyPartType)
    • setBasicPatches

      public void setBasicPatches​(BloodBodyPartType bloodBodyPartType)
    • setBlood

      public void setBlood​(java.lang.String string, BloodBodyPartType bloodBodyPartType, float float1)
    • setBlood

      public void setBlood​(java.lang.String string, java.lang.String string2, float float1, int int1)
    • addBlood

      public float addBlood​(java.lang.String string, BloodBodyPartType bloodBodyPartType, float float1)
    • addDirt

      public float addDirt​(java.lang.String string, BloodBodyPartType bloodBodyPartType, float float1)
    • addBlood

      public float addBlood​(java.lang.String string, java.lang.String string2, float float1, int int1)
    • addDirt

      public float addDirt​(java.lang.String string, java.lang.String string2, float float1, int int1)
    • removeBlood

      public void removeBlood()
    • removeDirt

      public void removeDirt()
    • removeBlood

      public void removeBlood​(BloodBodyPartType bloodBodyPartType)
    • removeDirt

      public void removeDirt​(BloodBodyPartType bloodBodyPartType)
    • getTexName

      public java.lang.String getTexName()