Class CopperGolemStatueModelRenderer
java.lang.Object
net.minecraft.client.render.item.model.special.CopperGolemStatueModelRenderer
- All Implemented Interfaces:
SimpleSpecialModelRenderer,SpecialModelRenderer<Void>
@Environment(CLIENT)
public class CopperGolemStatueModelRenderer
extends Object
implements SimpleSpecialModelRenderer
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/special/CopperGolemStatueModelRendererintermediary net/minecraft/class_11693official huj
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.render.item.model.special.SpecialModelRenderer
SpecialModelRenderer.BakeContext -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopperGolemStatueModelRenderer(CopperGolemEntityModel model, Identifier texture) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectVertices(Set<Vector3f> vertices) voidrender(ItemDisplayContext displayContext, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, boolean glint) private voidsetAngles(MatrixStack matrices) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.item.model.special.SimpleSpecialModelRenderer
getData, render
-
Field Details
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;model:Lnet/minecraft/client/render/entity/model/CopperGolemEntityModel;intermediary field_61854Lnet/minecraft/class_11693;field_61854:Lnet/minecraft/class_11651;official aLhuj;a:Lgpy;
-
texture
- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;texture:Lnet/minecraft/util/Identifier;intermediary field_61855Lnet/minecraft/class_11693;field_61855:Lnet/minecraft/class_2960;official bLhuj;b:Laml;
-
-
Constructor Details
-
CopperGolemStatueModelRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;<init>(Lnet/minecraft/client/render/entity/model/CopperGolemEntityModel;Lnet/minecraft/util/Identifier;)Vintermediary <init>Lnet/minecraft/class_11693;<init>(Lnet/minecraft/class_11651;Lnet/minecraft/class_2960;)Vofficial <init>Lhuj;<init>(Lgpy;Laml;)V
-
-
Method Details
-
render
public void render(ItemDisplayContext displayContext, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, boolean glint) - Specified by:
renderin interfaceSimpleSpecialModelRenderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/item/model/special/SimpleSpecialModelRenderer;render(Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)Vintermediary method_65699Lnet/minecraft/class_10508;method_65699(Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)Vofficial aLhum;a(Lddr;Lfpu;Lhap;IIZ)V
-
collectVertices
- Specified by:
collectVerticesin interfaceSpecialModelRenderer<Void>- Mappings:
Namespace Name Mixin selector named collectVerticesLnet/minecraft/client/render/item/model/special/SpecialModelRenderer;collectVertices(Ljava/util/Set;)Vintermediary method_72175Lnet/minecraft/class_10515;method_72175(Ljava/util/Set;)Vofficial aLhur;a(Ljava/util/Set;)V
-
setAngles
- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;setAngles(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_73018Lnet/minecraft/class_11693;method_73018(Lnet/minecraft/class_4587;)Vofficial aLhuj;a(Lfpu;)V
-