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 ecpintermediary net/minecraft/class_613named net/minecraft/client/render/entity/model/TridentEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPartrootstatic IdentifierTEXTUREFields 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 TexturedModelDatagetTexturedModelData()voidrender(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 aLecp;a:Lwb;intermediary field_3592Lnet/minecraft/class_613;field_3592:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/render/entity/model/TridentEntityModel;TEXTURE:Lnet/minecraft/util/Identifier;
-
root
- Mappings:
Namespace Name Mixin selector official bLecp;b:Ledh;intermediary field_27521Lnet/minecraft/class_613;field_27521:Lnet/minecraft/class_630;named rootLnet/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;)Vintermediary <init>Lnet/minecraft/class_613;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/TridentEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official aLecp;a()Ledn;intermediary method_32059Lnet/minecraft/class_613;method_32059()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/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:
renderin classModel- Mappings:
Namespace Name Mixin selector official aLebk;a(Ldlr;Ldlv;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
-