public class PistonTileEntityRenderer extends TileEntityRenderer<PistonTileEntity>
renderDispatcher
Constructor and Description |
---|
PistonTileEntityRenderer(TileEntityRendererDispatcher p_i226012_1_) |
Modifier and Type | Method and Description |
---|---|
void |
render(PistonTileEntity tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
isGlobalRenderer
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>