Class DebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.DebugRenderer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BeeDebugRenderer
final BrainDebugRenderer
final BreezeDebugRenderer
final GameTestDebugRenderer
final PathfindingRenderer
final RaidDebugRenderer
private boolean
final StructureRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getTargetedEntity
(Entity pEntity, int pDistance) void
render
(PoseStack pPoseStack, MultiBufferSource.BufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) static void
renderFilledBox
(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, float pRed, float pGreen, float pBlue, float pAlpha) static void
renderFilledBox
(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pPos, float pScale, float pRed, float pGreen, float pBlue, float pAlpha) static void
renderFilledBox
(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pStartPos, BlockPos pEndPos, float pRed, float pGreen, float pBlue, float pAlpha) static void
renderFilledBox
(PoseStack pPoseStack, MultiBufferSource pBufferSource, AABB pBoundingBox, float pRed, float pGreen, float pBlue, float pAlpha) static void
renderFilledUnitCube
(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pPos, float pRed, float pGreen, float pBlue, float pAlpha) static void
renderFloatingText
(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor) static void
renderFloatingText
(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor, float pScale) static void
renderFloatingText
(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor, float pScale, boolean p_270731_, float p_270825_, boolean pTransparent) static void
renderFloatingText
(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, int pX, int pY, int pZ, int pColor) 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 pPoseStack, MultiBufferSource.BufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) -
getTargetedEntity
-
renderFilledUnitCube
public static void renderFilledUnitCube(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pPos, float pRed, float pGreen, float pBlue, float pAlpha) -
renderFilledBox
public static void renderFilledBox(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pStartPos, BlockPos pEndPos, float pRed, float pGreen, float pBlue, float pAlpha) -
renderFilledBox
public static void renderFilledBox(PoseStack pPoseStack, MultiBufferSource pBufferSource, BlockPos pPos, float pScale, float pRed, float pGreen, float pBlue, float pAlpha) -
renderFilledBox
public static void renderFilledBox(PoseStack pPoseStack, MultiBufferSource pBufferSource, AABB pBoundingBox, float pRed, float pGreen, float pBlue, float pAlpha) -
renderFilledBox
public static void renderFilledBox(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, float pRed, float pGreen, float pBlue, float pAlpha) -
renderFloatingText
public static void renderFloatingText(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, int pX, int pY, int pZ, int pColor) -
renderFloatingText
public static void renderFloatingText(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor) -
renderFloatingText
public static void renderFloatingText(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor, float pScale) -
renderFloatingText
public static void renderFloatingText(PoseStack pPoseStack, MultiBufferSource pBufferSource, String pText, double pX, double pY, double pZ, int pColor, float pScale, boolean p_270731_, float p_270825_, boolean pTransparent)
-