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 eib
intermediary net/minecraft/class_614
named net/minecraft/client/render/entity/model/TurtleEntityModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String
private ModelPart
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
void
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
-
EGG_BELLY
- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official j
Leib;j:Ljava/lang/String;
intermediary field_32570
Lnet/minecraft/class_614;field_32570:Ljava/lang/String;
named EGG_BELLY
Lnet/minecraft/client/render/entity/model/TurtleEntityModel;EGG_BELLY:Ljava/lang/String;
-
plastron
The belly side of the turtle's shell.- Mappings:
Namespace Name Mixin selector official k
Leib;k:Leiq;
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>
Leib;<init>(Leiq;)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
Leib;c()Leiw;
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
Lefb;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
Leib;a(Lbew;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
Legt;a(Ldqk;Ldqo;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
-