public abstract class FastTESR<T extends TileEntity> extends TileEntitySpecialRenderer<T>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
FastTESR() |
Modifier and Type | Method and Description |
---|---|
void |
render(T te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float partial) |
abstract void |
renderTileEntityFast(T te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float partial,
BufferBuilder buffer) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, setLightmapDisabled, setRendererDispatcher
public final void render(T te, double x, double y, double z, float partialTicks, int destroyStage, float partial)
render
in class TileEntitySpecialRenderer<T extends TileEntity>
public abstract void renderTileEntityFast(T te, double x, double y, double z, float partialTicks, int destroyStage, float partial, BufferBuilder buffer)
renderTileEntityFast
in class TileEntitySpecialRenderer<T extends TileEntity>