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 Collection<BlockPos>private static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Cameraprivate static voidhighlightRaidCenter(BlockPos p_113658_) voidrender(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_) private static voidrenderTextOverBlock(String p_113660_, BlockPos p_113661_, int p_113662_) voidsetRaidCenters(Collection<BlockPos> p_113664_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
renderin interfaceDebugRenderer.SimpleDebugRenderer
-
highlightRaidCenter
-
renderTextOverBlock
-
getCamera
-