Class WorldGenAttemptRenderer
java.lang.Object
net.minecraft.client.renderer.debug.WorldGenAttemptRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
render
(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) 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.SimpleDebugRenderer
clear
-
Field Details
-
toRender
-
scales
-
alphas
-
reds
-
greens
-
blues
-
-
Constructor Details
-
WorldGenAttemptRenderer
public WorldGenAttemptRenderer()
-
-
Method Details
-
addPos
public void addPos(BlockPos pPos, float pScale, float pRed, float pGreen, float pBlue, float pAlpha) -
render
public void render(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-