Class OcelotEntityModel<T extends Entity>

All Implemented Interfaces:
Consumer<ModelPart>
Direct Known Subclasses:
CatEntityModel

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

    • leftBackLeg

      protected final ModelPart leftBackLeg
    • rightBackLeg

      protected final ModelPart rightBackLeg
    • leftFrontLeg

      protected final ModelPart leftFrontLeg
    • rightFrontLeg

      protected final ModelPart rightFrontLeg
    • upperTail

      protected final ModelPart upperTail
    • lowerTail

      protected final ModelPart lowerTail
    • torso

      protected final ModelPart torso
    • animationState

      protected int animationState
  • Constructor Details

    • OcelotEntityModel

      public OcelotEntityModel​(float scale)
  • Method Details