public class StructureTileEntityRenderer extends TileEntityRenderer<StructureBlockTileEntity>
renderDispatcher
Constructor and Description |
---|
StructureTileEntityRenderer(TileEntityRendererDispatcher p_i226017_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(StructureBlockTileEntity te) |
void |
render(StructureBlockTileEntity tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
public StructureTileEntityRenderer(TileEntityRendererDispatcher p_i226017_1_)
public void render(StructureBlockTileEntity tileEntityIn, float partialTicks, MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int combinedLightIn, int combinedOverlayIn)
render
in class TileEntityRenderer<StructureBlockTileEntity>
public boolean isGlobalRenderer(StructureBlockTileEntity te)
isGlobalRenderer
in class TileEntityRenderer<StructureBlockTileEntity>