public class StructureTileEntityRenderer extends TileEntityRenderer<StructureBlockTileEntity>
renderDispatcher| Constructor and Description |
|---|
StructureTileEntityRenderer(TileEntityRendererDispatcher p_i226017_1_) |
| Modifier and Type | Method and Description |
|---|---|
private void |
func_228880_a_(StructureBlockTileEntity p_228880_1_,
IVertexBuilder p_228880_2_,
BlockPos p_228880_3_,
boolean p_228880_4_,
MatrixStack p_228880_5_) |
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>private void func_228880_a_(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_)
public boolean isGlobalRenderer(StructureBlockTileEntity te)
isGlobalRenderer in class TileEntityRenderer<StructureBlockTileEntity>