Class ShieldEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.ShieldEntityModel
@Environment(CLIENT) public class ShieldEntityModel extends Model
- Mappings:
Namespace Name official ecd
intermediary net/minecraft/class_600
named net/minecraft/client/render/entity/model/ShieldEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
handle
private ModelPart
plate
private ModelPart
root
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description ShieldEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getHandle()
ModelPart
getPlate()
static TexturedModelData
getTexturedModelData()
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector official a
Lecd;a:Ledh;
intermediary field_27495
Lnet/minecraft/class_600;field_27495:Lnet/minecraft/class_630;
named root
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
plate
- Mappings:
Namespace Name Mixin selector official b
Lecd;b:Ledh;
intermediary field_3550
Lnet/minecraft/class_600;field_3550:Lnet/minecraft/class_630;
named plate
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;plate:Lnet/minecraft/client/model/ModelPart;
-
handle
- Mappings:
Namespace Name Mixin selector official c
Lecd;c:Ledh;
intermediary field_3551
Lnet/minecraft/class_600;field_3551:Lnet/minecraft/class_630;
named handle
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;handle:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
ShieldEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lecd;<init>(Ledh;)V
intermediary <init>
Lnet/minecraft/class_600;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official a
Lecd;a()Ledn;
intermediary method_32039
Lnet/minecraft/class_600;method_32039()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getPlate
- Mappings:
Namespace Name Mixin selector official b
Lecd;b()Ledh;
intermediary method_23774
Lnet/minecraft/class_600;method_23774()Lnet/minecraft/class_630;
named getPlate
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;getPlate()Lnet/minecraft/client/model/ModelPart;
-
getHandle
- Mappings:
Namespace Name Mixin selector official c
Lecd;c()Ledh;
intermediary method_23775
Lnet/minecraft/class_600;method_23775()Lnet/minecraft/class_630;
named getHandle
Lnet/minecraft/client/render/entity/model/ShieldEntityModel;getHandle()Lnet/minecraft/client/model/ModelPart;
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)- Specified by:
render
in classModel
- 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
-