Class TridentEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.TridentEntityModel
@Environment(CLIENT) public class TridentEntityModel extends Model
- Mappings:
Namespace Name official ecp
intermediary net/minecraft/class_613
named net/minecraft/client/render/entity/model/TridentEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
root
static Identifier
TEXTURE
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description TridentEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description static TexturedModelData
getTexturedModelData()
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lecp;a:Lwb;
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
Lecp;b:Ledh;
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>
Lecp;<init>(Ledh;)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
Lecp;a()Ledn;
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;
-
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
-