Class ShulkerBoxModelRenderer
java.lang.Object
net.minecraft.client.render.item.model.special.ShulkerBoxModelRenderer
- All Implemented Interfaces:
SimpleSpecialModelRenderer,SpecialModelRenderer<Void>
@Environment(CLIENT)
public class ShulkerBoxModelRenderer
extends Object
implements SimpleSpecialModelRenderer
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/special/ShulkerBoxModelRendererintermediary net/minecraft/class_10511official hdv
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ShulkerBoxBlockEntityRendererprivate final floatprivate final Directionprivate final SpriteIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionShulkerBoxModelRenderer(ShulkerBoxBlockEntityRenderer blockEntityRenderer, float openness, Direction facing, SpriteIdentifier textureId) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(ModelTransformationMode modelTransformationMode, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, boolean glint) 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
-
blockEntityRenderer
- Mappings:
Namespace Name Mixin selector named blockEntityRendererLnet/minecraft/client/render/item/model/special/ShulkerBoxModelRenderer;blockEntityRenderer:Lnet/minecraft/client/render/block/entity/ShulkerBoxBlockEntityRenderer;intermediary field_55444Lnet/minecraft/class_10511;field_55444:Lnet/minecraft/class_834;official aLhdv;a:Lgoy;
-
openness
private final float openness- Mappings:
Namespace Name Mixin selector named opennessLnet/minecraft/client/render/item/model/special/ShulkerBoxModelRenderer;openness:Fintermediary field_55445Lnet/minecraft/class_10511;field_55445:Fofficial bLhdv;b:F
-
orientation
- Mappings:
Namespace Name Mixin selector named orientationLnet/minecraft/client/render/item/model/special/ShulkerBoxModelRenderer;orientation:Lnet/minecraft/util/math/Direction;intermediary field_55446Lnet/minecraft/class_10511;field_55446:Lnet/minecraft/class_2350;official cLhdv;c:Ljn;
-
textureId
- Mappings:
Namespace Name Mixin selector named textureIdLnet/minecraft/client/render/item/model/special/ShulkerBoxModelRenderer;textureId:Lnet/minecraft/client/util/SpriteIdentifier;intermediary field_55447Lnet/minecraft/class_10511;field_55447:Lnet/minecraft/class_4730;official dLhdv;d:Lhha;
-
-
Constructor Details
-
ShulkerBoxModelRenderer
public ShulkerBoxModelRenderer(ShulkerBoxBlockEntityRenderer blockEntityRenderer, float openness, Direction facing, SpriteIdentifier textureId) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/special/ShulkerBoxModelRenderer;<init>(Lnet/minecraft/client/render/block/entity/ShulkerBoxBlockEntityRenderer;FLnet/minecraft/util/math/Direction;Lnet/minecraft/client/util/SpriteIdentifier;)Vintermediary <init>Lnet/minecraft/class_10511;<init>(Lnet/minecraft/class_834;FLnet/minecraft/class_2350;Lnet/minecraft/class_4730;)Vofficial <init>Lhdv;<init>(Lgoy;FLjn;Lhha;)V
-
-
Method Details
-
render
public void render(ModelTransformationMode modelTransformationMode, 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/ModelTransformationMode;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 aLhdt;a(Lcwo;Lffv;Lglz;IIZ)V
-