public class StructureTileEntityRenderer extends TileEntityRenderer<StructureBlockTileEntity>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
StructureTileEntityRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(StructureBlockTileEntity te) |
void |
render(StructureBlockTileEntity tileEntityIn,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
public void render(StructureBlockTileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)
render
in class TileEntityRenderer<StructureBlockTileEntity>
public boolean isGlobalRenderer(StructureBlockTileEntity te)
isGlobalRenderer
in class TileEntityRenderer<StructureBlockTileEntity>