Class PoiDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.PoiDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BrainDebugRendererprivate static final intprivate static final intprivate static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidemitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks) getTicketHolderNames(DebugPoiInfo poi, boolean potential, DebugValueAccess debugValues) private static voidhighlightPoi(BlockPos poiPos) private voidrenderGhostPoi(BlockPos poiPos, List<String> names) private voidrenderPoiInfo(DebugPoiInfo poi, DebugValueAccess debugValues) private static voidrenderTextOverPoi(String text, DebugPoiInfo poi, int row, int color)
-
Field Details
-
MAX_RENDER_DIST_FOR_POI_INFO
private static final int MAX_RENDER_DIST_FOR_POI_INFO- See Also:
-
TEXT_SCALE
private static final float TEXT_SCALE- See Also:
-
ORANGE
private static final int ORANGE- See Also:
-
brainRenderer
-
-
Constructor Details
-
PoiDebugRenderer
-
-
Method Details
-
emitGizmos
public void emitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-
highlightPoi
-
renderGhostPoi
-
renderPoiInfo
-
renderTextOverPoi
-
getTicketHolderNames
private List<String> getTicketHolderNames(DebugPoiInfo poi, boolean potential, DebugValueAccess debugValues)
-