Package net.minecraft
Class class_8456<T extends LivingEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.class_8456<T>
- All Implemented Interfaces:
ModelWithHead
@Environment(CLIENT)
public class class_8456<T extends LivingEntity>
extends EntityModel<T>
implements ModelWithHead
- Mappings:
Namespace Name official fgfintermediary net/minecraft/class_8456named net/minecraft/class_8456
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHead()Gets the head model part.static TexturedModelDatavoidrender(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.voidMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, method_50994
-
Field Details
-
field_44378
- Mappings:
Namespace Name Mixin selector official aLfgf;a:Lfii;intermediary field_44378Lnet/minecraft/class_8456;field_44378:Lnet/minecraft/class_630;named field_44378Lnet/minecraft/class_8456;field_44378:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
class_8456
-
-
Method Details
-
method_50999
- Mappings:
Namespace Name Mixin selector official aLfgf;a()Lfio;intermediary method_50999Lnet/minecraft/class_8456;method_50999()Lnet/minecraft/class_5607;named method_50999Lnet/minecraft/class_8456;method_50999()Lnet/minecraft/client/model/TexturedModelData;
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends LivingEntity>- Mappings:
Namespace Name Mixin selector official aLfgf;a(Lbjh;FFFFF)Vintermediary method_51000Lnet/minecraft/class_8456;method_51000(Lnet/minecraft/class_1309;FFFFF)Vnamed setAnglesLnet/minecraft/class_8456;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:
renderin classModel- Parameters:
light- the lightmap coordinates used for this model rendering- Mappings:
Namespace Name Mixin selector official aLfgd;a(Lemi;Lemm;IIFFFF)Vintermediary method_2828Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)Vnamed renderLnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
-
getHead
Gets the head model part.- Specified by:
getHeadin interfaceModelWithHead- Returns:
- the head
- Mappings:
Namespace Name Mixin selector official bLffp;b()Lfii;intermediary method_2838Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;named getHeadLnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;
-