Class RaftModel

Direct Known Subclasses:
ChestRaftModel

public class RaftModel extends ListModel<Boat>
  • Field Details

  • Constructor Details

    • RaftModel

      public RaftModel(ModelPart pRoot)
  • Method Details

    • createPartsBuilder

      protected com.google.common.collect.ImmutableList.Builder<ModelPart> createPartsBuilder(ModelPart p_250773_)
    • createChildren

      public static void createChildren(PartDefinition pRoot)
    • createBodyModel

      public static LayerDefinition createBodyModel()
    • setupAnim

      public void setupAnim(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      Sets this entity's model rotation angles
      Specified by:
      setupAnim in class EntityModel<Boat>
    • parts

      public com.google.common.collect.ImmutableList<ModelPart> parts()
      Specified by:
      parts in class ListModel<Boat>
    • animatePaddle

      private static void animatePaddle(Boat pBoat, int pSide, ModelPart pPaddle, float pLimbSwing)