Class WorldGenAttemptsDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.WorldGenAttemptsDebugRenderer
- All Implemented Interfaces:
DebugRenderer.IDebugRenderer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPos
(BlockPos p_201734_1_, float p_201734_2_, float p_201734_3_, float p_201734_4_, float p_201734_5_, float p_201734_6_) void
render
(MatrixStack p_225619_1_, IRenderTypeBuffer p_225619_2_, double p_225619_3_, double p_225619_5_, double p_225619_7_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.IDebugRenderer
clear
-
Field Details
-
toRender
-
scales
-
alphas
-
reds
-
greens
-
blues
-
-
Constructor Details
-
WorldGenAttemptsDebugRenderer
public WorldGenAttemptsDebugRenderer()
-
-
Method Details
-
addPos
public void addPos(BlockPos p_201734_1_, float p_201734_2_, float p_201734_3_, float p_201734_4_, float p_201734_5_, float p_201734_6_) -
render
public void render(MatrixStack p_225619_1_, IRenderTypeBuffer p_225619_2_, double p_225619_3_, double p_225619_5_, double p_225619_7_) - Specified by:
render
in interfaceDebugRenderer.IDebugRenderer
-