Class AttachedModelName

java.lang.Object
zombie.characters.AttachedItems.AttachedModelName

public final class AttachedModelName extends Object
  • Field Details

    • attachmentNameSelf

      public String attachmentNameSelf
    • attachmentNameParent

      public String attachmentNameParent
    • modelName

      public String modelName
    • bloodLevel

      public float bloodLevel
    • children

      public ArrayList<AttachedModelName> children
  • Constructor Details

    • AttachedModelName

      public AttachedModelName(AttachedModelName other)
    • AttachedModelName

      public AttachedModelName(String attachmentName, String modelName, float bloodLevel)
    • AttachedModelName

      public AttachedModelName(String attachmentNameSelf, String attachmentNameParent, String modelName, float bloodLevel)
  • Method Details

    • addChild

      public void addChild(AttachedModelName child)
    • getChildCount

      public int getChildCount()
    • getChildByIndex

      public AttachedModelName getChildByIndex(int index)