Class ClothingDecal

java.lang.Object
zombie.core.skinnedmodel.population.ClothingDecal

public class ClothingDecal
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int height  
    java.lang.String name  
    java.lang.String texture  
    int width  
    int x  
    int y  
  • Constructor Summary

    Constructors
    Constructor Description
    ClothingDecal()  
  • Method Summary

    Modifier and Type Method Description
    boolean isValid()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public java.lang.String name
    • texture

      public java.lang.String texture
    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • ClothingDecal

      public ClothingDecal()
  • Method Details

    • isValid

      public boolean isValid()