public class TileEntityEndPortalRenderer extends TileEntitySpecialRenderer<TileEntityEndPortal>
Modifier and Type | Field and Description |
---|---|
private java.nio.FloatBuffer |
buffer |
private static ResourceLocation |
END_PORTAL_TEXTURE |
private static ResourceLocation |
END_SKY_TEXTURE |
private static java.nio.FloatBuffer |
MODELVIEW |
private static java.nio.FloatBuffer |
PROJECTION |
private static java.util.Random |
RANDOM |
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityEndPortalRenderer() |
Modifier and Type | Method and Description |
---|---|
private java.nio.FloatBuffer |
getBuffer(float p_147525_1_,
float p_147525_2_,
float p_147525_3_,
float p_147525_4_) |
protected float |
getOffset() |
protected int |
getPasses(double p_191286_1_) |
void |
render(TileEntityEndPortal te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
private static final ResourceLocation END_SKY_TEXTURE
private static final ResourceLocation END_PORTAL_TEXTURE
private static final java.util.Random RANDOM
private static final java.nio.FloatBuffer MODELVIEW
private static final java.nio.FloatBuffer PROJECTION
private final java.nio.FloatBuffer buffer
public void render(TileEntityEndPortal te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityEndPortal>
protected int getPasses(double p_191286_1_)
protected float getOffset()
private java.nio.FloatBuffer getBuffer(float p_147525_1_, float p_147525_2_, float p_147525_3_, float p_147525_4_)