public class TileEntityBeaconRenderer extends TileEntityRenderer<TileEntityBeacon>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityBeaconRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(TileEntityBeacon te) |
void |
render(TileEntityBeacon tileEntityIn,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
static void |
renderBeamSegment(double x,
double y,
double z,
double partialTicks,
double textureScale,
long totalWorldTime,
int yOffset,
int height,
float[] colors,
double beamRadius,
double glowRadius) |
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
public void render(TileEntityBeacon tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)
render
in class TileEntityRenderer<TileEntityBeacon>
public static void renderBeamSegment(double x, double y, double z, double partialTicks, double textureScale, long totalWorldTime, int yOffset, int height, float[] colors, double beamRadius, double glowRadius)
public boolean isGlobalRenderer(TileEntityBeacon te)
isGlobalRenderer
in class TileEntityRenderer<TileEntityBeacon>