Class BoatEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<BoatEntity>
net.minecraft.client.render.entity.model.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 Summary
Fields Modifier and Type Field Description private ModelPart
leftPaddle
private ImmutableList<ModelPart>
parts
private ModelPart
rightPaddle
private ModelPart
waterPatch
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description BoatEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getBottom()
ImmutableList<ModelPart>
getParts()
static TexturedModelData
getTexturedModelData()
void
setAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)
private static void
setPaddleAngle(BoatEntity entity, int sigma, ModelPart part, float angle)
Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
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
- 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
- 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
- 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
- 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
- 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 classEntityModel<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
- Specified by:
getParts
in classCompositeEntityModel<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
- 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
- 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
-