Class TurtleEntityModel<T extends TurtleEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.QuadrupedEntityModel<T>
net.minecraft.client.render.entity.model.TurtleEntityModel<T>
@Environment(CLIENT) public class TurtleEntityModel<T extends TurtleEntity> extends QuadrupedEntityModel<T>
- Mappings:
Namespace Name official ecs
intermediary net/minecraft/class_614
named net/minecraft/client/render/entity/model/TurtleEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
plastron
The belly side of the turtle's shell.Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
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 TurtleEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>
getBodyParts()
static TexturedModelData
getTexturedModelData()
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getHeadParts, getModelData
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
plastron
The belly side of the turtle's shell.- Mappings:
Namespace Name Mixin selector official j
Lecs;j:Ledh;
intermediary field_3594
Lnet/minecraft/class_614;field_3594:Lnet/minecraft/class_630;
named plastron
Lnet/minecraft/client/render/entity/model/TurtleEntityModel;plastron:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
TurtleEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lecs;<init>(Ledh;)V
intermediary <init>
Lnet/minecraft/class_614;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/TurtleEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lecs;c()Ledn;
intermediary method_32062
Lnet/minecraft/class_614;method_32062()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/TurtleEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getBodyParts
- Overrides:
getBodyParts
in classQuadrupedEntityModel<T extends TurtleEntity>
- Mappings:
Namespace Name Mixin selector official b
Ldzt;b()Ljava/lang/Iterable;
intermediary method_22948
Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
named getBodyParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
-
setAngles
Description copied from class:QuadrupedEntityModel
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends TurtleEntity>
- Mappings:
Namespace Name Mixin selector official a
Lecs;a(Lbci;FFFFF)V
intermediary method_17125
Lnet/minecraft/class_614;method_17125(Lnet/minecraft/class_1481;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/TurtleEntityModel;setAngles(Lnet/minecraft/entity/passive/TurtleEntity;FFFFF)V
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)- Overrides:
render
in classAnimalModel<T extends TurtleEntity>
- Mappings:
Namespace Name Mixin selector official a
Lebk;a(Ldlr;Ldlv;IIFFFF)V
intermediary method_2828
Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
named render
Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
-