public class PistonTileEntityRenderer extends TileEntityRenderer<PistonTileEntity>
Modifier and Type | Field and Description |
---|---|
private BlockRendererDispatcher |
blockRenderer |
renderDispatcher
Constructor and Description |
---|
PistonTileEntityRenderer(TileEntityRendererDispatcher p_i226012_1_) |
Modifier and Type | Method and Description |
---|---|
private void |
func_228876_a_(BlockPos p_228876_1_,
BlockState p_228876_2_,
MatrixStack p_228876_3_,
IRenderTypeBuffer p_228876_4_,
World p_228876_5_,
boolean p_228876_6_,
int p_228876_7_) |
void |
render(PistonTileEntity tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
isGlobalRenderer
private BlockRendererDispatcher blockRenderer
public PistonTileEntityRenderer(TileEntityRendererDispatcher p_i226012_1_)
public void render(PistonTileEntity tileEntityIn, float partialTicks, MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int combinedLightIn, int combinedOverlayIn)
render
in class TileEntityRenderer<PistonTileEntity>
private void func_228876_a_(BlockPos p_228876_1_, BlockState p_228876_2_, MatrixStack p_228876_3_, IRenderTypeBuffer p_228876_4_, World p_228876_5_, boolean p_228876_6_, int p_228876_7_)