Class RaidDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.RaidDebugRenderer
- All Implemented Interfaces:
- DebugRenderer.SimpleDebugRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate final Minecraftprivate Collection<BlockPos>private static final float
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate Cameraprivate static voidhighlightRaidCenter(PoseStack p_270914_, MultiBufferSource p_270517_, BlockPos p_270208_) voidrender(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_) private static voidrenderTextOverBlock(PoseStack p_270092_, MultiBufferSource p_270518_, String p_270237_, BlockPos p_270941_, int p_270307_) voidsetRaidCenters(Collection<BlockPos> p_113664_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRendererclear
- 
Field Details- 
MAX_RENDER_DISTprivate static final int MAX_RENDER_DIST- See Also:
 
- 
TEXT_SCALEprivate static final float TEXT_SCALE- See Also:
 
- 
minecraft
- 
raidCenters
 
- 
- 
Constructor Details- 
RaidDebugRenderer
 
- 
- 
Method Details- 
setRaidCenters
- 
renderpublic void render(PoseStack p_113652_, MultiBufferSource p_113653_, double p_113654_, double p_113655_, double p_113656_) - Specified by:
- renderin interface- DebugRenderer.SimpleDebugRenderer
 
- 
highlightRaidCenterprivate static void highlightRaidCenter(PoseStack p_270914_, MultiBufferSource p_270517_, BlockPos p_270208_) 
- 
renderTextOverBlockprivate static void renderTextOverBlock(PoseStack p_270092_, MultiBufferSource p_270518_, String p_270237_, BlockPos p_270941_, int p_270307_) 
- 
getCamera
 
-