Class DebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.DebugRenderer
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BeeDebugRendererfinal BrainDebugRendererfinal BreezeDebugRendererfinal GameTestDebugRendererfinal PathfindingRendererfinal RaidDebugRendererprivate booleanfinal StructureRenderer - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getTargetedEntity(Entity p_113449_, int p_113450_) voidrender(PoseStack p_113458_, MultiBufferSource.BufferSource p_113459_, double p_113460_, double p_113461_, double p_113462_) static voidrenderFilledBox(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 voidrenderFilledBox(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 voidrenderFilledBox(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 voidrenderFilledBox(PoseStack p_271017_, MultiBufferSource p_270356_, AABB p_270833_, float p_270850_, float p_270249_, float p_270654_, float p_270476_) static voidrenderFilledUnitCube(PoseStack p_308923_, MultiBufferSource p_309126_, BlockPos p_309015_, float p_308976_, float p_308978_, float p_309148_, float p_309159_) static voidrenderFloatingText(PoseStack p_270905_, MultiBufferSource p_270581_, String p_270305_, double p_270645_, double p_270746_, double p_270364_, int p_270977_) static voidrenderFloatingText(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 voidrenderFloatingText(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 voidrenderFloatingText(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
 - 
breezeDebugRenderer
 - 
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
 - 
renderFilledUnitCube
public static void renderFilledUnitCube(PoseStack p_308923_, MultiBufferSource p_309126_, BlockPos p_309015_, float p_308976_, float p_308978_, float p_309148_, float p_309159_)  - 
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_)  
 -