Class RaidDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.RaidDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private final Minecraft
private Collection<BlockPos>
private static final float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate Camera
private static void
highlightRaidCenter
(PoseStack p_270914_, MultiBufferSource p_270517_, BlockPos p_270208_) void
render
(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_) private static void
renderTextOverBlock
(PoseStack p_270092_, MultiBufferSource p_270518_, String p_270237_, BlockPos p_270941_, int p_270307_) void
setRaidCenters
(Collection<BlockPos> p_113664_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
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
-
raidCenters
-
-
Constructor Details
-
RaidDebugRenderer
-
-
Method Details
-
setRaidCenters
-
render
public void render(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
highlightRaidCenter
private static void highlightRaidCenter(PoseStack p_270914_, MultiBufferSource p_270517_, BlockPos p_270208_) -
renderTextOverBlock
private static void renderTextOverBlock(PoseStack p_270092_, MultiBufferSource p_270518_, String p_270237_, BlockPos p_270941_, int p_270307_) -
getCamera
-