Class SilverfishModel<T extends Entity>

All Implemented Interfaces:
Consumer<ModelRenderer>

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

    • bodyParts

      private final ModelRenderer[] bodyParts
    • bodyLayers

      private final ModelRenderer[] bodyLayers
    • parts

      private final com.google.common.collect.ImmutableList<ModelRenderer> parts
    • zPlacement

      private final float[] zPlacement
    • BODY_SIZES

      private static final int[][] BODY_SIZES
    • BODY_TEXS

      private static final int[][] BODY_TEXS
  • Constructor Details

    • SilverfishModel

      public SilverfishModel()
  • Method Details

    • parts

      public com.google.common.collect.ImmutableList<ModelRenderer> parts()
      Specified by:
      parts in class SegmentedModel<T extends Entity>
    • setupAnim

      public void setupAnim(T p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_)
      Specified by:
      setupAnim in class EntityModel<T extends Entity>