public class DebugRendererWorldGenAttempts extends java.lang.Object implements DebugRenderer.IDebugRenderer
Constructor and Description |
---|
DebugRendererWorldGenAttempts(Minecraft minecraftIn) |
Modifier and Type | Method and Description |
---|---|
void |
addAttempt(BlockPos pos,
float size,
float red,
float green,
float blue,
float alpha) |
void |
render(float partialTicks,
long finishTimeNano) |
public DebugRendererWorldGenAttempts(Minecraft minecraftIn)
public void addAttempt(BlockPos pos, float size, float red, float green, float blue, float alpha)
public void render(float partialTicks, long finishTimeNano)
render
in interface DebugRenderer.IDebugRenderer