@Environment(value=CLIENT) public class CampfireBlockEntityRenderer extends BlockEntityRenderer<CampfireBlockEntity>
dispatcher
Constructor and Description |
---|
CampfireBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(CampfireBlockEntity campfireBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
rendersOutsideBoundingBox
public CampfireBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(CampfireBlockEntity campfireBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<CampfireBlockEntity>