Class PoiDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.PoiDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/PoiDebugRendererintermediary net/minecraft/class_12046official hmb
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BrainDebugRendererprivate static final intprivate static final floatprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaccentuatePoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) private voiddrawGhostPoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, List<String> ticketHolders) private voiddrawPoiInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, PoiDebugData poiData, DebugDataStore store) private static voiddrawTextOverPoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String ticketHolder, PoiDebugData poiData, int lineNumber, int color) getTicketHolders(PoiDebugData poiData, boolean potential, DebugDataStore store) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum)
-
Field Details
-
field_62976
private static final int field_62976- See Also:
- Mappings:
Namespace Name Mixin selector named field_62976Lnet/minecraft/client/render/debug/PoiDebugRenderer;field_62976:Iintermediary field_62976Lnet/minecraft/class_12046;field_62976:Iofficial aLhmb;a:I
-
field_62977
private static final float field_62977- See Also:
- Mappings:
Namespace Name Mixin selector named field_62977Lnet/minecraft/client/render/debug/PoiDebugRenderer;field_62977:Fintermediary field_62977Lnet/minecraft/class_12046;field_62977:Fofficial bLhmb;b:F
-
ORANGE_COLOR
private static final int ORANGE_COLOR- See Also:
- Mappings:
Namespace Name Mixin selector named ORANGE_COLORLnet/minecraft/client/render/debug/PoiDebugRenderer;ORANGE_COLOR:Iintermediary field_62978Lnet/minecraft/class_12046;field_62978:Iofficial cLhmb;c:I
-
brainDebugRenderer
- Mappings:
Namespace Name Mixin selector named brainDebugRendererLnet/minecraft/client/render/debug/PoiDebugRenderer;brainDebugRenderer:Lnet/minecraft/client/render/debug/BrainDebugRenderer;intermediary field_62979Lnet/minecraft/class_12046;field_62979:Lnet/minecraft/class_4207;official dLhmb;d:Lhlk;
-
-
Constructor Details
-
PoiDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/PoiDebugRenderer;<init>(Lnet/minecraft/client/render/debug/BrainDebugRenderer;)Vintermediary <init>Lnet/minecraft/class_12046;<init>(Lnet/minecraft/class_4207;)Vofficial <init>Lhmb;<init>(Lhlk;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;)Vofficial aLhlq$a;a(Lfua;Lhfw;DDDLbvu;Lhlh;)V
-
accentuatePoi
private static void accentuatePoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) - Mappings:
Namespace Name Mixin selector named accentuatePoiLnet/minecraft/client/render/debug/PoiDebugRenderer;accentuatePoi(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_74802Lnet/minecraft/class_12046;method_74802(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)Vofficial aLhmb;a(Lfua;Lhfw;Lja;)V
-
drawGhostPoi
private void drawGhostPoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, List<String> ticketHolders) - Mappings:
Namespace Name Mixin selector named drawGhostPoiLnet/minecraft/client/render/debug/PoiDebugRenderer;drawGhostPoi(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;Ljava/util/List;)Vintermediary method_74803Lnet/minecraft/class_12046;method_74803(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;Ljava/util/List;)Vofficial aLhmb;a(Lfua;Lhfw;Lja;Ljava/util/List;)V
-
drawPoiInfo
private void drawPoiInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, PoiDebugData poiData, DebugDataStore store) - Mappings:
Namespace Name Mixin selector named drawPoiInfoLnet/minecraft/client/render/debug/PoiDebugRenderer;drawPoiInfo(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/world/debug/data/PoiDebugData;Lnet/minecraft/world/debug/DebugDataStore;)Vintermediary method_74801Lnet/minecraft/class_12046;method_74801(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12014;Lnet/minecraft/class_12021;)Vofficial aLhmb;a(Lfua;Lhfw;Lbvq;Lbvu;)V
-
drawTextOverPoi
private static void drawTextOverPoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String ticketHolder, PoiDebugData poiData, int lineNumber, int color) - Mappings:
Namespace Name Mixin selector named drawTextOverPoiLnet/minecraft/client/render/debug/PoiDebugRenderer;drawTextOverPoi(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Ljava/lang/String;Lnet/minecraft/world/debug/data/PoiDebugData;II)Vintermediary method_74804Lnet/minecraft/class_12046;method_74804(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Ljava/lang/String;Lnet/minecraft/class_12014;II)Vofficial aLhmb;a(Lfua;Lhfw;Ljava/lang/String;Lbvq;II)V
-
getTicketHolders
private List<String> getTicketHolders(PoiDebugData poiData, boolean potential, DebugDataStore store) - Mappings:
Namespace Name Mixin selector named getTicketHoldersLnet/minecraft/client/render/debug/PoiDebugRenderer;getTicketHolders(Lnet/minecraft/world/debug/data/PoiDebugData;ZLnet/minecraft/world/debug/DebugDataStore;)Ljava/util/List;intermediary method_74799Lnet/minecraft/class_12046;method_74799(Lnet/minecraft/class_12014;ZLnet/minecraft/class_12021;)Ljava/util/List;official aLhmb;a(Lbvq;ZLbvu;)Ljava/util/List;
-