Class GoalSelectorDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.GoalSelectorDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static final record
-
Field Summary
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GoalSelectorDebugRenderer.EntityGoalInfo>
private static final int
private final Minecraft
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGoalSelector
(int p_113549_, BlockPos p_299054_, List<GoalDebugPayload.DebugGoal> p_113550_) void
clear()
void
removeGoalSelector
(int p_173889_) void
render
(PoseStack p_113552_, MultiBufferSource p_113553_, double p_113554_, double p_113555_, double p_113556_)
-
Field Details
-
MAX_RENDER_DIST
private static final int MAX_RENDER_DIST- See Also:
-
minecraft
-
goalSelectors
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GoalSelectorDebugRenderer.EntityGoalInfo> goalSelectors
-
-
Constructor Details
-
GoalSelectorDebugRenderer
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceDebugRenderer.SimpleDebugRenderer
-
addGoalSelector
public void addGoalSelector(int p_113549_, BlockPos p_299054_, List<GoalDebugPayload.DebugGoal> p_113550_) -
removeGoalSelector
public void removeGoalSelector(int p_173889_) -
render
public void render(PoseStack p_113552_, MultiBufferSource p_113553_, double p_113554_, double p_113555_, double p_113556_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-