Class ShulkerBoxSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.ShulkerBoxSpecialRenderer
- All Implemented Interfaces:
NoDataSpecialModelRenderer
,SpecialModelRenderer<Void>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Material
private final float
private final Direction
private final ShulkerBoxRenderer
-
Constructor Summary
ConstructorsConstructorDescriptionShulkerBoxSpecialRenderer
(ShulkerBoxRenderer p_387519_, float p_387173_, Direction p_388269_, Material p_387242_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(ItemDisplayContext p_387436_, PoseStack p_387209_, MultiBufferSource p_388521_, int p_388851_, int p_387596_, boolean p_388474_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.special.NoDataSpecialModelRenderer
extractArgument, render
-
Field Details
-
shulkerBoxRenderer
-
openness
private final float openness -
orientation
-
material
-
-
Constructor Details
-
ShulkerBoxSpecialRenderer
public ShulkerBoxSpecialRenderer(ShulkerBoxRenderer p_387519_, float p_387173_, Direction p_388269_, Material p_387242_)
-
-
Method Details
-
render
public void render(ItemDisplayContext p_387436_, PoseStack p_387209_, MultiBufferSource p_388521_, int p_388851_, int p_387596_, boolean p_388474_) - Specified by:
render
in interfaceNoDataSpecialModelRenderer
-