Uses of Record Class
net.minecraft.network.protocol.common.custom.GoalDebugPayload.DebugGoal
Package
Description
-
Uses of GoalDebugPayload.DebugGoal in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate final List<GoalDebugPayload.DebugGoal>
GoalSelectorDebugRenderer.EntityGoalInfo.goals
The field for thegoals
record component.Modifier and TypeMethodDescriptionGoalSelectorDebugRenderer.EntityGoalInfo.goals()
Returns the value of thegoals
record component.Modifier and TypeMethodDescriptionvoid
GoalSelectorDebugRenderer.addGoalSelector
(int p_113549_, BlockPos p_299054_, List<GoalDebugPayload.DebugGoal> p_113550_) ModifierConstructorDescription(package private)
EntityGoalInfo
(BlockPos entityPos, List<GoalDebugPayload.DebugGoal> goals) Creates an instance of aEntityGoalInfo
record class. -
Uses of GoalDebugPayload.DebugGoal in net.minecraft.network.protocol.common.custom
Modifier and TypeFieldDescriptionprivate final List<GoalDebugPayload.DebugGoal>
GoalDebugPayload.goals
The field for thegoals
record component.Modifier and TypeMethodDescriptionGoalDebugPayload.goals()
Returns the value of thegoals
record component.ModifierConstructorDescriptionGoalDebugPayload
(int entityId, BlockPos pos, List<GoalDebugPayload.DebugGoal> goals) Creates an instance of aGoalDebugPayload
record class.