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 children
  • Constructor Details

    • AttachedModelName

      public AttachedModelName(AttachedModelName attachedModelName)
    • AttachedModelName

      public AttachedModelName(String string, String string2, float float1)
    • AttachedModelName

      public AttachedModelName(String string, String string2, String string3, float float1)
  • Method Details

    • addChild

      public void addChild(AttachedModelName attachedModelName)
    • getChildCount

      public int getChildCount()
    • getChildByIndex

      public AttachedModelName getChildByIndex(int int1)