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