public class BeaconTileEntityRenderer extends TileEntityRenderer<BeaconTileEntity>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
BeaconTileEntityRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(BeaconTileEntity te) |
void |
render(BeaconTileEntity 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(BeaconTileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)
render
in class TileEntityRenderer<BeaconTileEntity>
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(BeaconTileEntity te)
isGlobalRenderer
in class TileEntityRenderer<BeaconTileEntity>