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 tex)
    • ItemSmartTexture

      public ItemSmartTexture(String tex, float hue)
  • Method Details

    • setDenimPatches

      public void setDenimPatches(BloodBodyPartType bodyPart)
    • setLeatherPatches

      public void setLeatherPatches(BloodBodyPartType bodyPart)
    • setBasicPatches

      public void setBasicPatches(BloodBodyPartType bodyPart)
    • setBlood

      public void setBlood(String tex, BloodBodyPartType bodyPart, float intensity)
    • setBlood

      public void setBlood(String tex, String mask, float intensity, int category)
    • addBlood

      public float addBlood(String tex, BloodBodyPartType bodyPart, float intensity)
    • addDirt

      public float addDirt(String tex, BloodBodyPartType bodyPart, float intensity)
    • addBlood

      public float addBlood(String tex, String mask, float intensity, int category)
    • addDirt

      public float addDirt(String tex, String mask, float intensity, int category)
    • removeBlood

      public void removeBlood()
    • removeDirt

      public void removeDirt()
    • removeBlood

      public void removeBlood(BloodBodyPartType bodyPart)
    • removeDirt

      public void removeDirt(BloodBodyPartType bodyPart)
    • getTexName

      public String getTexName()