Class BoatEntityModel


@Environment(CLIENT)
public class BoatEntityModel
extends CompositeEntityModel<BoatEntity>
Mappings:
Namespace Name
official eac
intermediary net/minecraft/class_554
named net/minecraft/client/render/entity/model/BoatEntityModel
  • Field Details

    • leftPaddle

      private final ModelPart leftPaddle
      Mappings:
      Namespace Name Mixin selector
      official a Leac;a:Ledh;
      intermediary field_27396 Lnet/minecraft/class_554;field_27396:Lnet/minecraft/class_630;
      named leftPaddle Lnet/minecraft/client/render/entity/model/BoatEntityModel;leftPaddle:Lnet/minecraft/client/model/ModelPart;
    • rightPaddle

      private final ModelPart rightPaddle
      Mappings:
      Namespace Name Mixin selector
      official b Leac;b:Ledh;
      intermediary field_27397 Lnet/minecraft/class_554;field_27397:Lnet/minecraft/class_630;
      named rightPaddle Lnet/minecraft/client/render/entity/model/BoatEntityModel;rightPaddle:Lnet/minecraft/client/model/ModelPart;
    • waterPatch

      private final ModelPart waterPatch
      Mappings:
      Namespace Name Mixin selector
      official f Leac;f:Ledh;
      intermediary field_3326 Lnet/minecraft/class_554;field_3326:Lnet/minecraft/class_630;
      named waterPatch Lnet/minecraft/client/render/entity/model/BoatEntityModel;waterPatch:Lnet/minecraft/client/model/ModelPart;
    • parts

      private final ImmutableList<ModelPart> parts
      Mappings:
      Namespace Name Mixin selector
      official g Leac;g:Lcom/google/common/collect/ImmutableList;
      intermediary field_20922 Lnet/minecraft/class_554;field_20922:Lcom/google/common/collect/ImmutableList;
      named parts Lnet/minecraft/client/render/entity/model/BoatEntityModel;parts:Lcom/google/common/collect/ImmutableList;
  • Constructor Details

    • BoatEntityModel

      public BoatEntityModel​(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leac;<init>(Ledh;)V
      intermediary <init> Lnet/minecraft/class_554;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/BoatEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Leac;a()Ledn;
      intermediary method_31985 Lnet/minecraft/class_554;method_31985()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/BoatEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setAngles

      public void setAngles​(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Leac;a(Lbjc;FFFFF)V
      intermediary method_22952 Lnet/minecraft/class_554;method_22952(Lnet/minecraft/class_1690;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/BoatEntityModel;setAngles(Lnet/minecraft/entity/vehicle/BoatEntity;FFFFF)V
    • getParts

      public ImmutableList<ModelPart> getParts()
      Specified by:
      getParts in class CompositeEntityModel<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Leac;b()Lcom/google/common/collect/ImmutableList;
      intermediary method_22953 Lnet/minecraft/class_554;method_22953()Lcom/google/common/collect/ImmutableList;
      named getParts Lnet/minecraft/client/render/entity/model/BoatEntityModel;getParts()Lcom/google/common/collect/ImmutableList;
    • getBottom

      public ModelPart getBottom()
      Mappings:
      Namespace Name Mixin selector
      official c Leac;c()Ledh;
      intermediary method_22954 Lnet/minecraft/class_554;method_22954()Lnet/minecraft/class_630;
      named getBottom Lnet/minecraft/client/render/entity/model/BoatEntityModel;getBottom()Lnet/minecraft/client/model/ModelPart;
    • setPaddleAngle

      private static void setPaddleAngle​(BoatEntity entity, int sigma, ModelPart part, float angle)
      Mappings:
      Namespace Name Mixin selector
      official a Leac;a(Lbjc;ILedh;F)V
      intermediary method_2797 Lnet/minecraft/class_554;method_2797(Lnet/minecraft/class_1690;ILnet/minecraft/class_630;F)V
      named setPaddleAngle Lnet/minecraft/client/render/entity/model/BoatEntityModel;setPaddleAngle(Lnet/minecraft/entity/vehicle/BoatEntity;ILnet/minecraft/client/model/ModelPart;F)V