Class EndermiteModel<T extends Entity>


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

    • BODY_COUNT

      private static final int BODY_COUNT
      See Also:
    • BODY_SIZES

      private static final int[][] BODY_SIZES
    • BODY_TEXS

      private static final int[][] BODY_TEXS
    • root

      private final ModelPart root
    • bodyParts

      private final ModelPart[] bodyParts
  • Constructor Details

    • EndermiteModel

      public EndermiteModel(ModelPart pRoot)
  • Method Details

    • createSegmentName

      private static String createSegmentName(int pIndex)
    • 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>