@Environment(value=CLIENT) public class LecternBlockEntityRenderer extends BlockEntityRenderer<LecternBlockEntity>
Modifier and Type | Field and Description |
---|---|
private BookModel |
book |
dispatcher
Constructor and Description |
---|
LecternBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(LecternBlockEntity lecternBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
rendersOutsideBoundingBox
private final BookModel book
public LecternBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(LecternBlockEntity lecternBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<LecternBlockEntity>