Class WorldGenAttemptDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.WorldGenAttemptDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT) public class WorldGenAttemptDebugRenderer extends Object implements DebugRenderer.Renderer
-
Field Summary
Fields Modifier and Type Field Description private List<Float>field_4635private List<Float>field_4636private List<Float>field_4637private List<Float>field_4638private List<Float>field_4639private List<BlockPos>field_4640 -
Constructor Summary
Constructors Constructor Description WorldGenAttemptDebugRenderer() -
Method Summary
Modifier and Type Method Description voidmethod_3872(BlockPos blockPos, float float2, float float3, float float4, float float5, float float6)voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
field_4640
-
field_4635
-
field_4637
-
field_4639
-
field_4636
-
field_4638
-
-
Constructor Details
-
WorldGenAttemptDebugRenderer
public WorldGenAttemptDebugRenderer()
-
-
Method Details
-
method_3872
public void method_3872(BlockPos blockPos, float float2, float float3, float float4, float float5, float float6) -
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)- Specified by:
renderin interfaceDebugRenderer.Renderer
-