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 p_455929_, double p_455458_, double p_456088_, DebugValueAccess p_455495_, Frustum p_455636_, float p_454695_) getTicketHolderNames(DebugPoiInfo pPoiInfo, boolean pPotential, DebugValueAccess pDebugValueAccess) private static voidhighlightPoi(BlockPos pPos) private voidrenderGhostPoi(BlockPos pPos, List<String> pEntities) private voidrenderPoiInfo(DebugPoiInfo pPoiInfo, DebugValueAccess pDebugValueAccess) private static voidrenderTextOverPoi(String pText, DebugPoiInfo pPoiInfo, int pLine, int pColor)
-
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 p_455929_, double p_455458_, double p_456088_, DebugValueAccess p_455495_, Frustum p_455636_, float p_454695_) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-
highlightPoi
-
renderGhostPoi
-
renderPoiInfo
-
renderTextOverPoi
-
getTicketHolderNames
private List<String> getTicketHolderNames(DebugPoiInfo pPoiInfo, boolean pPotential, DebugValueAccess pDebugValueAccess)
-