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