Class RaidDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.RaidDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final Minecraftprivate static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Cameraprivate static voidhighlightRaidCenter(PoseStack poseStack, MultiBufferSource buffer, BlockPos pos) voidrender(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_, DebugValueAccess p_449658_, Frustum p_451301_) private static voidrenderTextOverBlock(PoseStack poseStack, MultiBufferSource buffer, String text, BlockPos pos, int color)
-
Field Details
-
MAX_RENDER_DIST
private static final int MAX_RENDER_DIST- See Also:
-
TEXT_SCALE
private static final float TEXT_SCALE- See Also:
-
minecraft
-
-
Constructor Details
-
RaidDebugRenderer
-
-
Method Details
-
render
public void render(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_, DebugValueAccess p_449658_, Frustum p_451301_) - Specified by:
renderin interfaceDebugRenderer.SimpleDebugRenderer
-
highlightRaidCenter
private static void highlightRaidCenter(PoseStack poseStack, MultiBufferSource buffer, BlockPos pos) -
renderTextOverBlock
private static void renderTextOverBlock(PoseStack poseStack, MultiBufferSource buffer, String text, BlockPos pos, int color) -
getCamera
-