net.minecraft.client.render.debug

public class DebugRenderer

btt
net.minecraft.class_2890
net.minecraft.client.render.debug.DebugRenderer
net.minecraft.client.renderer.debug.DebugRenderer

Field summary

Modifier and TypeField
public final DebugRenderer$SimpleDebugRenderer
a
field_14968
pathfindingRenderer
pathfinding
public final DebugRenderer$SimpleDebugRenderer
b
field_14969
waterRenderer
water
public final DebugRenderer$SimpleDebugRenderer
c
field_14970
chunkBorderRenderer
chunkBorder
public final DebugRenderer$SimpleDebugRenderer
d
field_14971
heightMapRenderer
heightMap
public final DebugRenderer$SimpleDebugRenderer
e
field_15286
collisionRenderer
collisionBox
public final DebugRenderer$SimpleDebugRenderer
f
field_15287
blockUpdateRenderer
field_191557_f
private boolean
g
field_14972
renderChunkBorders
chunkBorderEnabled
private boolean
h
field_14973
renderPathfinding
pathfindingEnabled
private boolean
i
field_14974
renderWater
waterEnabled
private boolean
j
field_14975
renderHeightMap
heightMapEnabled
private boolean
k
field_15288
renderCollisions
collisionBoxEnabled
private boolean
l
field_15289
renderBlockUpdates
field_191558_l

Constructor summary

ModifierConstructor
public (Minecraft minecraft)

Method summary

Modifier and TypeMethod
public boolean
a()
method_13448()
shouldRender()
shouldRender()
public boolean
b()
method_13451()
toggleRenderChunkBorders()
toggleChunkBorders()
public void
a(float arg0, long arg1)
method_13449(float arg0, long arg1)
render(float tickDelta, long renderTimeLimit)
renderDebug(float partialTicks, long finishTimeNano)
public static void
a(String arg0, int arg1, int arg2, int arg3, float arg4, int arg5)
method_13856(String arg0, int arg1, int arg2, int arg3, float arg4, int arg5)
renderText(String text, int x, int y, int z, float tickDelta, int color)
func_191556_a(String arg0, int arg1, int arg2, int arg3, float arg4, int arg5)
public static void
a(String arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_13450(String arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
renderText(String text, double x, double y, double z, float tickDelta, int color)
renderDebugText(String str, double x, double y, double z, float partialTicks, int color)