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:
      Constant Field Values
    • 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 p_170545_)
  • Method Details

    • createSegmentName

      private static String createSegmentName(int p_170548_)
    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • root

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

      public void setupAnim(T p_102602_, float p_102603_, float p_102604_, float p_102605_, float p_102606_, float p_102607_)
      Specified by:
      setupAnim in class EntityModel<T extends Entity>