Class QuadrupedEntityModel<T extends Entity>

All Implemented Interfaces:
Consumer<ModelPart>
Direct Known Subclasses:
CowEntityModel, PandaEntityModel, PigEntityModel, PolarBearEntityModel, SheepEntityModel, SheepWoolEntityModel, TurtleEntityModel

@Environment(CLIENT)
public class QuadrupedEntityModel<T extends Entity>
extends AnimalModel<T>
  • Field Details

  • Constructor Details

    • QuadrupedEntityModel

      public QuadrupedEntityModel​(int legHeight, float scale, boolean headScaled, float childHeadYOffset, float childHeadZOffset, float invertedChildHeadScale, float invertedChildBodyScale, int childBodyYOffset)
  • Method Details