Class GoalSelectorDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.GoalSelectorDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class GoalSelectorDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name official fqsintermediary net/minecraft/class_4205named net/minecraft/client/render/debug/GoalSelectorDebugRenderer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate final Int2ObjectMap<GoalSelectorDebugRenderer.Entity>private static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidremoveGoalSelectorList(int index) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) voidsetGoalSelectorList(int index, BlockPos pos, List<DebugGoalSelectorCustomPayload.Goal> goals)
-
Field Details
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official aLfqs;a:Iintermediary field_32902Lnet/minecraft/class_4205;field_32902:Inamed RANGELnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;RANGE:I
-
client
- Mappings:
Namespace Name Mixin selector official bLfqs;b:Leqn;intermediary field_18780Lnet/minecraft/class_4205;field_18780:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
goalSelectors
- Mappings:
Namespace Name Mixin selector official cLfqs;c:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_18781Lnet/minecraft/class_4205;field_18781:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named goalSelectorsLnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;goalSelectors:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
-
Constructor Details
-
GoalSelectorDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lfqs;<init>(Leqn;)Vintermediary <init>Lnet/minecraft/class_4205;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector official aLfqp$a;a()Vintermediary method_20414Lnet/minecraft/class_863$class_864;method_20414()Vnamed clearLnet/minecraft/client/render/debug/DebugRenderer$Renderer;clear()V
-
setGoalSelectorList
public void setGoalSelectorList(int index, BlockPos pos, List<DebugGoalSelectorCustomPayload.Goal> goals) - Mappings:
Namespace Name Mixin selector official aLfqs;a(ILgv;Ljava/util/List;)Vintermediary method_19430Lnet/minecraft/class_4205;method_19430(ILnet/minecraft/class_2338;Ljava/util/List;)Vnamed setGoalSelectorListLnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;setGoalSelectorList(ILnet/minecraft/util/math/BlockPos;Ljava/util/List;)V
-
removeGoalSelectorList
public void removeGoalSelectorList(int index) - Mappings:
Namespace Name Mixin selector official aLfqs;a(I)Vintermediary method_35799Lnet/minecraft/class_4205;method_35799(I)Vnamed removeGoalSelectorListLnet/minecraft/client/render/debug/GoalSelectorDebugRenderer;removeGoalSelectorList(I)V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector official aLfqp$a;a(Lelh;Lfng;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vnamed renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-