Class EndermiteModel<T extends Entity>

All Implemented Interfaces:
Consumer<ModelRenderer>

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

    • BODY_SIZES

      private static final int[][] BODY_SIZES
    • BODY_TEXS

      private static final int[][] BODY_TEXS
    • BODY_COUNT

      private static final int BODY_COUNT
    • bodyParts

      private final ModelRenderer[] bodyParts
  • Constructor Details

    • EndermiteModel

      public EndermiteModel()
  • Method Details