Class ItemSmartTexture

All Implemented Interfaces:
Serializable, IDestroyable, IMaskerable, ITexture

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

  • Constructor Details

    • ItemSmartTexture

      public ItemSmartTexture(String string)
    • ItemSmartTexture

      public ItemSmartTexture(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(String string, BloodBodyPartType bloodBodyPartType, float float1)
    • setBlood

      public void setBlood(String string, String string2, float float1, int int1)
    • addBlood

      public float addBlood(String string, BloodBodyPartType bloodBodyPartType, float float1)
    • addDirt

      public float addDirt(String string, BloodBodyPartType bloodBodyPartType, float float1)
    • addBlood

      public float addBlood(String string, String string2, float float1, int int1)
    • addDirt

      public float addDirt(String string, 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 String getTexName()