Package net.minecraft
Class class_8457<T extends LivingEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.class_8457<T>
- Mappings:
Namespace Name official fhn
intermediary net/minecraft/class_8457
named net/minecraft/class_8457
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
void
render
(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.void
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, method_50994
-
Field Details
-
field_44379
- Mappings:
Namespace Name Mixin selector official a
Lfhn;a:Lfii;
intermediary field_44379
Lnet/minecraft/class_8457;field_44379:Lnet/minecraft/class_630;
named field_44379
Lnet/minecraft/class_8457;field_44379:Lnet/minecraft/client/model/ModelPart;
-
field_44380
- Mappings:
Namespace Name Mixin selector official b
Lfhn;b:Lfii;
intermediary field_44380
Lnet/minecraft/class_8457;field_44380:Lnet/minecraft/class_630;
named field_44380
Lnet/minecraft/class_8457;field_44380:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
class_8457
-
-
Method Details
-
method_51001
- Mappings:
Namespace Name Mixin selector official a
Lfhn;a()Lfio;
intermediary method_51001
Lnet/minecraft/class_8457;method_51001()Lnet/minecraft/class_5607;
named method_51001
Lnet/minecraft/class_8457;method_51001()Lnet/minecraft/client/model/TexturedModelData;
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfhn;a(Lbjh;FFFFF)V
intermediary method_51002
Lnet/minecraft/class_8457;method_51002(Lnet/minecraft/class_1309;FFFFF)V
named setAngles
Lnet/minecraft/class_8457;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.- Specified by:
render
in classModel
- Parameters:
light
- the lightmap coordinates used for this model rendering- Mappings:
Namespace Name Mixin selector official a
Lfgd;a(Lemi;Lemm;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
-