Class DebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.DebugRenderer
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal BeeDebugRenderer
final BrainDebugRenderer
final GameTestDebugRenderer
final PathfindingRenderer
final RaidDebugRenderer
private boolean
final StructureRenderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getTargetedEntity
(Entity p_113449_, int p_113450_) void
render
(PoseStack p_113458_, MultiBufferSource.BufferSource p_113459_, double p_113460_, double p_113461_, double p_113462_) static void
renderFilledBox
(PoseStack p_270616_, MultiBufferSource p_270769_, double p_270653_, double p_270967_, double p_270556_, double p_270724_, double p_270427_, double p_270138_, float p_270391_, float p_270093_, float p_270312_, float p_270567_) static void
renderFilledBox
(PoseStack p_270877_, MultiBufferSource p_270925_, BlockPos p_270480_, float p_270569_, float p_270315_, float p_270182_, float p_270862_, float p_270973_) static void
renderFilledBox
(PoseStack p_270169_, MultiBufferSource p_270417_, BlockPos p_270790_, BlockPos p_270610_, float p_270515_, float p_270494_, float p_270869_, float p_270844_) static void
renderFilledBox
(PoseStack p_271017_, MultiBufferSource p_270356_, AABB p_270833_, float p_270850_, float p_270249_, float p_270654_, float p_270476_) static void
renderFloatingText
(PoseStack p_270905_, MultiBufferSource p_270581_, String p_270305_, double p_270645_, double p_270746_, double p_270364_, int p_270977_) static void
renderFloatingText
(PoseStack p_270216_, MultiBufferSource p_270684_, String p_270564_, double p_270935_, double p_270856_, double p_270908_, int p_270180_, float p_270685_) static void
renderFloatingText
(PoseStack p_270649_, MultiBufferSource p_270695_, String p_270703_, double p_270942_, double p_270292_, double p_270885_, int p_270956_, float p_270657_, boolean p_270731_, float p_270825_, boolean p_270222_) static void
renderFloatingText
(PoseStack p_270671_, MultiBufferSource p_271023_, String p_270521_, int p_270729_, int p_270562_, int p_270828_, int p_270164_) boolean
-
Field Details
-
pathfindingRenderer
-
waterDebugRenderer
-
chunkBorderRenderer
-
heightMapRenderer
-
collisionBoxRenderer
-
supportBlockRenderer
-
neighborsUpdateRenderer
-
structureRenderer
-
lightDebugRenderer
-
worldGenAttemptRenderer
-
solidFaceRenderer
-
chunkRenderer
-
brainDebugRenderer
-
villageSectionsDebugRenderer
-
beeDebugRenderer
-
raidDebugRenderer
-
goalSelectorRenderer
-
gameTestDebugRenderer
-
gameEventListenerRenderer
-
skyLightSectionDebugRenderer
-
renderChunkborder
private boolean renderChunkborder
-
-
Constructor Details
-
DebugRenderer
-
-
Method Details
-
clear
public void clear() -
switchRenderChunkborder
public boolean switchRenderChunkborder() -
render
public void render(PoseStack p_113458_, MultiBufferSource.BufferSource p_113459_, double p_113460_, double p_113461_, double p_113462_) -
getTargetedEntity
-
renderFilledBox
public static void renderFilledBox(PoseStack p_270169_, MultiBufferSource p_270417_, BlockPos p_270790_, BlockPos p_270610_, float p_270515_, float p_270494_, float p_270869_, float p_270844_) -
renderFilledBox
public static void renderFilledBox(PoseStack p_270877_, MultiBufferSource p_270925_, BlockPos p_270480_, float p_270569_, float p_270315_, float p_270182_, float p_270862_, float p_270973_) -
renderFilledBox
public static void renderFilledBox(PoseStack p_271017_, MultiBufferSource p_270356_, AABB p_270833_, float p_270850_, float p_270249_, float p_270654_, float p_270476_) -
renderFilledBox
public static void renderFilledBox(PoseStack p_270616_, MultiBufferSource p_270769_, double p_270653_, double p_270967_, double p_270556_, double p_270724_, double p_270427_, double p_270138_, float p_270391_, float p_270093_, float p_270312_, float p_270567_) -
renderFloatingText
public static void renderFloatingText(PoseStack p_270671_, MultiBufferSource p_271023_, String p_270521_, int p_270729_, int p_270562_, int p_270828_, int p_270164_) -
renderFloatingText
public static void renderFloatingText(PoseStack p_270905_, MultiBufferSource p_270581_, String p_270305_, double p_270645_, double p_270746_, double p_270364_, int p_270977_) -
renderFloatingText
public static void renderFloatingText(PoseStack p_270216_, MultiBufferSource p_270684_, String p_270564_, double p_270935_, double p_270856_, double p_270908_, int p_270180_, float p_270685_) -
renderFloatingText
public static void renderFloatingText(PoseStack p_270649_, MultiBufferSource p_270695_, String p_270703_, double p_270942_, double p_270292_, double p_270885_, int p_270956_, float p_270657_, boolean p_270731_, float p_270825_, boolean p_270222_)
-