public class TileEntityBeaconRenderer extends TileEntitySpecialRenderer<TileEntityBeacon>
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
TEXTURE_BEACON_BEAM |
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityBeaconRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(TileEntityBeacon te) |
void |
renderBeacon(double x,
double y,
double z,
double partialTicks,
double textureScale,
java.util.List<TileEntityBeacon.BeamSegment> beamSegments,
double totalWorldTime) |
static void |
renderBeamSegment(double x,
double y,
double z,
double partialTicks,
double textureScale,
double totalWorldTime,
int yOffset,
int height,
float[] colors) |
static void |
renderBeamSegment(double x,
double y,
double z,
double partialTicks,
double textureScale,
double totalWorldTime,
int yOffset,
int height,
float[] colors,
double beamRadius,
double glowRadius) |
void |
renderTileEntityAt(TileEntityBeacon te,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
public static final ResourceLocation TEXTURE_BEACON_BEAM
public void renderTileEntityAt(TileEntityBeacon te, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt
in class TileEntitySpecialRenderer<TileEntityBeacon>
public void renderBeacon(double x, double y, double z, double partialTicks, double textureScale, java.util.List<TileEntityBeacon.BeamSegment> beamSegments, double totalWorldTime)
public static void renderBeamSegment(double x, double y, double z, double partialTicks, double textureScale, double totalWorldTime, int yOffset, int height, float[] colors)
public static void renderBeamSegment(double x, double y, double z, double partialTicks, double textureScale, double totalWorldTime, int yOffset, int height, float[] colors, double beamRadius, double glowRadius)
public boolean isGlobalRenderer(TileEntityBeacon te)
isGlobalRenderer
in class TileEntitySpecialRenderer<TileEntityBeacon>