Class PufferfishBigModel<T extends Entity>


public class PufferfishBigModel<T extends Entity> extends HierarchicalModel<T>
  • Field Details

    • root

      private final ModelPart root
    • leftBlueFin

      private final ModelPart leftBlueFin
    • rightBlueFin

      private final ModelPart rightBlueFin
  • Constructor Details

    • PufferfishBigModel

      public PufferfishBigModel(ModelPart pRoot)
  • Method Details

    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • root

      public ModelPart root()
      Specified by:
      root in class HierarchicalModel<T extends Entity>
    • setupAnim

      public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      Sets this entity's model rotation angles
      Specified by:
      setupAnim in class EntityModel<T extends Entity>