Class OcelotEntityModel<T extends Entity>

Direct Known Subclasses:
CatEntityModel

@Environment(CLIENT)
public class OcelotEntityModel<T extends Entity>
extends AnimalModel<T>
  • Field Details

    • leftHindLeg

      protected final ModelPart leftHindLeg
    • rightHindLeg

      protected final ModelPart rightHindLeg
    • leftFrontLeg

      protected final ModelPart leftFrontLeg
    • rightFrontLeg

      protected final ModelPart rightFrontLeg
    • upperTail

      protected final ModelPart upperTail
    • lowerTail

      protected final ModelPart lowerTail
    • body

      protected final ModelPart body
    • animationState

      protected int animationState
  • Constructor Details

    • OcelotEntityModel

      public OcelotEntityModel​(ModelPart root)
  • Method Details