Class ShulkerBoxBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.ShulkerBoxBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<ShulkerBoxBlockEntity>
@Environment(CLIENT) public class ShulkerBoxBlockEntityRenderer extends Object implements BlockEntityRenderer<ShulkerBoxBlockEntity>
-
Field Summary
Fields Modifier and Type Field Description private ShulkerEntityModel<?>
model
-
Constructor Summary
Constructors Constructor Description ShulkerBoxBlockEntityRenderer(BlockEntityRendererFactory.Context context)
-
Method Summary
Modifier and Type Method Description void
render(ShulkerBoxBlockEntity shulkerBoxBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
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.render.block.entity.BlockEntityRenderer
rendersOutsideBoundingBox
-
Field Details
-
model
-
-
Constructor Details
-
ShulkerBoxBlockEntityRenderer
-
-
Method Details
-
render
public void render(ShulkerBoxBlockEntity shulkerBoxBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)- Specified by:
render
in interfaceBlockEntityRenderer<ShulkerBoxBlockEntity>
-