Class TridentEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.TridentEntityModel
Represents the model of a thrown trident.
 
 
 
 
| Part Name | Parent | Corresponding Field | 
|---|---|---|
| pole | Root part | |
| base | pole | |
| left_spike | pole | |
| middle_spike | pole | |
| right_spike | pole | 
- Mappings:
- Namespace - Name - official - etl- intermediary - net/minecraft/class_613- named - net/minecraft/client/render/entity/model/TridentEntityModel
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic TexturedModelDatavoidrender(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.
- 
Field Details- 
TEXTURE- Mappings:
- Namespace - Name - Mixin selector - official - a- Letl;a:Labb;- intermediary - field_3592- Lnet/minecraft/class_613;field_3592:Lnet/minecraft/class_2960;- named - TEXTURE- Lnet/minecraft/client/render/entity/model/TridentEntityModel;TEXTURE:Lnet/minecraft/util/Identifier;
 
- 
root- Mappings:
- Namespace - Name - Mixin selector - official - b- Letl;b:Leue;- intermediary - field_27521- Lnet/minecraft/class_613;field_27521:Lnet/minecraft/class_630;- named - root- Lnet/minecraft/client/render/entity/model/TridentEntityModel;root:Lnet/minecraft/client/model/ModelPart;
 
 
- 
- 
Constructor Details- 
TridentEntityModel- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Letl;<init>(Leue;)V- intermediary - <init>- Lnet/minecraft/class_613;<init>(Lnet/minecraft/class_630;)V- named - <init>- Lnet/minecraft/client/render/entity/model/TridentEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 
- 
- 
Method Details- 
getTexturedModelData- Mappings:
- Namespace - Name - Mixin selector - official - a- Letl;a()Leuk;- intermediary - method_32059- Lnet/minecraft/class_613;method_32059()Lnet/minecraft/class_5607;- named - getTexturedModelData- Lnet/minecraft/client/render/entity/model/TridentEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
 
- 
renderpublic void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.- Specified by:
- renderin class- Model
- Parameters:
- light- the lightmap coordinates used for this model rendering
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lesf;a(Leaq;Leau;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
 
 
-