public class ChisledBlockRenderChunkTESR extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEntityBlockChiseledTESR>
Modifier and Type | Field and Description |
---|---|
static java.util.concurrent.atomic.AtomicInteger |
activeTess |
static java.util.concurrent.atomic.AtomicInteger |
pendingTess |
Constructor and Description |
---|
ChisledBlockRenderChunkTESR() |
Modifier and Type | Method and Description |
---|---|
static void |
addNextFrameTask(java.lang.Runnable r) |
void |
debugScreen(net.minecraftforge.client.event.RenderGameOverlayEvent.Text t) |
static ChisledBlockRenderChunkTESR |
getInstance() |
static int |
getMaxTessalators() |
void |
nextFrame(net.minecraftforge.client.event.RenderWorldLastEvent e) |
void |
renderBreakingEffects(TileEntityBlockChiseled te,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
void |
renderTileEntityAt(TileEntityBlockChiseledTESR te,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
void |
renderTileEntityFast(TileEntityBlockChiseledTESR te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
net.minecraft.client.renderer.VertexBuffer worldRenderer) |
public static final java.util.concurrent.atomic.AtomicInteger pendingTess
public static final java.util.concurrent.atomic.AtomicInteger activeTess
public static ChisledBlockRenderChunkTESR getInstance()
public static void addNextFrameTask(java.lang.Runnable r)
public void debugScreen(net.minecraftforge.client.event.RenderGameOverlayEvent.Text t)
public void nextFrame(net.minecraftforge.client.event.RenderWorldLastEvent e)
public void renderBreakingEffects(TileEntityBlockChiseled te, double x, double y, double z, float partialTicks, int destroyStage)
public static int getMaxTessalators()
public void renderTileEntityFast(TileEntityBlockChiseledTESR te, double x, double y, double z, float partialTicks, int destroyStage, net.minecraft.client.renderer.VertexBuffer worldRenderer)
renderTileEntityFast
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEntityBlockChiseledTESR>
public void renderTileEntityAt(TileEntityBlockChiseledTESR te, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEntityBlockChiseledTESR>