public class TileEntityStructureRenderer extends TileEntitySpecialRenderer<TileEntityStructure>
DESTROY_STAGES, rendererDispatcher| Constructor and Description | 
|---|
TileEntityStructureRenderer()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isGlobalRenderer(TileEntityStructure te)  | 
void | 
renderTileEntityAt(TileEntityStructure te,
                  double x,
                  double y,
                  double z,
                  float partialTicks,
                  int destroyStage)  | 
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcherpublic void renderTileEntityAt(TileEntityStructure te, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt in class TileEntitySpecialRenderer<TileEntityStructure>public boolean isGlobalRenderer(TileEntityStructure te)
isGlobalRenderer in class TileEntitySpecialRenderer<TileEntityStructure>