net.minecraft.client.render.debug

public class PoiDebugRenderer

implements DebugRenderer$Renderer

net.minecraft.client.renderer.debug.PoiDebugRenderer
net.minecraft.client.renderer.debug.PoiDebugRenderer
net.minecraft.class_12046
net.minecraft.client.render.debug.PoiDebugRenderer

Field summary

Modifier and TypeField
private static final int
MAX_RENDER_DIST_FOR_POI_INFO
MAX_RENDER_DIST_FOR_POI_INFO
field_62976
field_62976
private static final float
TEXT_SCALE
TEXT_SCALE
field_62977
field_62977
private static final int
ORANGE
ORANGE
field_62978
ORANGE_COLOR
private final BrainDebugRenderer
brainRenderer
brainRenderer
field_62979
brainDebugRenderer

Constructor summary

ModifierConstructor
public (BrainDebugRenderer brainDebugRenderer)

Method summary

Modifier and TypeMethod
public void
emitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks)
emitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks)
method_23109(double arg0, double arg1, double arg2, class_12021 arg3, class_4604 arg4, float arg5)
render(double arg0, double arg1, double arg2, DebugDataStore arg3, Frustum arg4, float arg5)
private static void
highlightPoi(BlockPos poiPos)
highlightPoi(BlockPos poiPos)
method_74802(class_2338 arg0)
accentuatePoi(BlockPos pos)
private void
renderGhostPoi(BlockPos poiPos, List<String> names)
renderGhostPoi(BlockPos poiPos, List<String> names)
method_74803(class_2338 arg0, List<String> arg1)
drawGhostPoi(BlockPos pos, List<String> ghostPois)
private void
renderPoiInfo(DebugPoiInfo poi, DebugValueAccess debugValues)
renderPoiInfo(DebugPoiInfo poi, DebugValueAccess debugValues)
method_74801(class_12014 arg0, class_12021 arg1)
drawPoiInfo(PoiDebugData data, DebugDataStore store)
private static void
renderTextOverPoi(String text, DebugPoiInfo poi, int row, int color)
renderTextOverPoi(String text, DebugPoiInfo poi, int row, int color)
method_74804(String arg0, class_12014 arg1, int arg2, int arg3)
drawTextOverPoi(String string, PoiDebugData data, int yOffset, int color)
private List<String>
getTicketHolderNames(DebugPoiInfo poi, boolean potential, DebugValueAccess debugValues)
getTicketHolderNames(DebugPoiInfo poi, boolean potential, DebugValueAccess debugValues)
method_74799(class_12014 arg0, boolean arg1, class_12021 arg2)
getTicketHolders(PoiDebugData poiData, boolean potential, DebugDataStore store)