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 ika
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.render.item.model.special.SpecialModelRenderer
SpecialModelRenderer.BakeContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Directionprivate final CopperGolemStatueModelprivate final Identifier -
Constructor Summary
ConstructorsConstructorDescriptionCopperGolemStatueModelRenderer(CopperGolemStatueModel model, Identifier texture) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectVertices(Consumer<Vector3fc> consumer) voidrender(ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, boolean glint, int int2) private static voidsetAngles(MatrixStack matrixStack) 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
-
field_64689
- Mappings:
Namespace Name Mixin selector named field_64689Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;field_64689:Lnet/minecraft/util/math/Direction;intermediary field_64689Lnet/minecraft/class_11693;field_64689:Lnet/minecraft/class_2350;official aLika;a:Liz;
-
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 bLika;b:Lhho;
-
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 cLika;c:Lamo;
-
-
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>Lika;<init>(Lhho;Lamo;)V
-
-
Method Details
-
render
public void render(ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, boolean glint, int int2) - 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;IIZI)Vintermediary method_65699Lnet/minecraft/class_10508;method_65699(Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IIZI)Vofficial aLikd;a(Ldlr;Lfzm;Lhpo;IIZI)V
-
collectVertices
- Specified by:
collectVerticesin interfaceSpecialModelRenderer<Void>- Mappings:
Namespace Name Mixin selector named collectVerticesLnet/minecraft/client/render/item/model/special/SpecialModelRenderer;collectVertices(Ljava/util/function/Consumer;)Vintermediary method_72175Lnet/minecraft/class_10515;method_72175(Ljava/util/function/Consumer;)Vofficial aLiki;a(Ljava/util/function/Consumer;)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 aLika;a(Lfzm;)V
-