Class DebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.DebugRenderer
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal BeeDebugRendererfinal BrainDebugRendererfinal GameTestDebugRendererfinal PathfindingRendererfinal RaidDebugRendererprivate booleanfinal StructureRenderer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 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
- 
renderChunkborderprivate boolean renderChunkborder
 
- 
- 
Constructor Details- 
DebugRenderer
 
- 
- 
Method Details- 
clearpublic void clear()
- 
switchRenderChunkborderpublic boolean switchRenderChunkborder()
- 
renderpublic void render(PoseStack p_113458_, MultiBufferSource.BufferSource p_113459_, double p_113460_, double p_113461_, double p_113462_) 
- 
getTargetedEntity
- 
renderFilledBoxpublic 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_) 
- 
renderFilledBoxpublic 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_) 
- 
renderFilledBoxpublic static void renderFilledBox(PoseStack p_271017_, MultiBufferSource p_270356_, AABB p_270833_, float p_270850_, float p_270249_, float p_270654_, float p_270476_) 
- 
renderFilledBoxpublic 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_) 
- 
renderFloatingTextpublic static void renderFloatingText(PoseStack p_270671_, MultiBufferSource p_271023_, String p_270521_, int p_270729_, int p_270562_, int p_270828_, int p_270164_) 
- 
renderFloatingTextpublic static void renderFloatingText(PoseStack p_270905_, MultiBufferSource p_270581_, String p_270305_, double p_270645_, double p_270746_, double p_270364_, int p_270977_) 
- 
renderFloatingTextpublic 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_) 
- 
renderFloatingTextpublic 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_) 
 
-