Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload.Goal
-
Uses of DebugGoalSelectorCustomPayload.Goal in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionprivate final List<DebugGoalSelectorCustomPayload.Goal>
GoalSelectorDebugRenderer.Entity.goals
The field for thegoals
record component.Modifier and TypeMethodDescriptionGoalSelectorDebugRenderer.Entity.goals()
Returns the value of thegoals
record component.Modifier and TypeMethodDescriptionvoid
GoalSelectorDebugRenderer.setGoalSelectorList
(int index, BlockPos pos, List<DebugGoalSelectorCustomPayload.Goal> goals) ModifierConstructorDescription(package private)
Entity
(BlockPos blockPos, List<DebugGoalSelectorCustomPayload.Goal> list) -
Uses of DebugGoalSelectorCustomPayload.Goal in net.minecraft.network.packet.s2c.custom
Modifier and TypeFieldDescriptionprivate final List<DebugGoalSelectorCustomPayload.Goal>
DebugGoalSelectorCustomPayload.goals
The field for thegoals
record component.Modifier and TypeMethodDescriptionDebugGoalSelectorCustomPayload.goals()
Returns the value of thegoals
record component.ModifierConstructorDescriptionDebugGoalSelectorCustomPayload
(int int2, BlockPos blockPos, List<DebugGoalSelectorCustomPayload.Goal> list)