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 |
render(TileEntityBeacon te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
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) |
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcherpublic static final ResourceLocation TEXTURE_BEACON_BEAM
public void render(TileEntityBeacon te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render 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>