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 hxx
-
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(CopperGolemStatueModel model, Identifier texture) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectVertices(Set<Vector3f> vertices) voidrender(ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, 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/block/entity/model/CopperGolemStatueModel;intermediary field_61854Lnet/minecraft/class_11693;field_61854:Lnet/minecraft/class_11783;official aLhxx;a:Lgtc;
-
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 bLhxx;b:Lamw;
-
-
Constructor Details
-
CopperGolemStatueModelRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;<init>(Lnet/minecraft/client/render/block/entity/model/CopperGolemStatueModel;Lnet/minecraft/util/Identifier;)Vintermediary <init>Lnet/minecraft/class_11693;<init>(Lnet/minecraft/class_11783;Lnet/minecraft/class_2960;)Vofficial <init>Lhxx;<init>(Lgtc;Lamw;)V
-
-
Method Details
-
render
public void render(ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, 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/command/OrderedRenderCommandQueue;IIZ)Vintermediary method_65699Lnet/minecraft/class_10508;method_65699(Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IIZ)Vofficial aLhya;a(Ldgh;Lfsq;Lhey;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 aLhyf;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 aLhxx;a(Lfsq;)V
-