Class LargePufferfishEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.LargePufferfishEntityModel<T>
@Environment(CLIENT)
public class LargePufferfishEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
- Mappings:
Namespace Name official ewq
intermediary net/minecraft/class_592
named net/minecraft/client/render/entity/model/LargePufferfishEntityModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
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
-
Method Summary
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
getChild, render, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector official a
Lewq;a:Leyh;
intermediary field_27467
Lnet/minecraft/class_592;field_27467:Lnet/minecraft/class_630;
named root
Lnet/minecraft/client/render/entity/model/LargePufferfishEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
leftBlueFin
- Mappings:
Namespace Name Mixin selector official b
Lewq;b:Leyh;
intermediary field_27468
Lnet/minecraft/class_592;field_27468:Lnet/minecraft/class_630;
named leftBlueFin
Lnet/minecraft/client/render/entity/model/LargePufferfishEntityModel;leftBlueFin:Lnet/minecraft/client/model/ModelPart;
-
rightBlueFin
- Mappings:
Namespace Name Mixin selector official f
Lewq;f:Leyh;
intermediary field_27469
Lnet/minecraft/class_592;field_27469:Lnet/minecraft/class_630;
named rightBlueFin
Lnet/minecraft/client/render/entity/model/LargePufferfishEntityModel;rightBlueFin:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
LargePufferfishEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lewq;<init>(Leyh;)V
intermediary <init>
Lnet/minecraft/class_592;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/LargePufferfishEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official b
Lewq;b()Leyn;
intermediary method_32030
Lnet/minecraft/class_592;method_32030()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/LargePufferfishEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Levt;a()Leyh;
intermediary method_32008
Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
named getPart
Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
setAngles
in classEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Levk;a(Lbdr;FFFFF)V
intermediary method_2819
Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
-