Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload.Goal
Packages that use DebugGoalSelectorCustomPayload.Goal
-
Uses of DebugGoalSelectorCustomPayload.Goal in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type DebugGoalSelectorCustomPayload.GoalModifier and TypeFieldDescriptionprivate final List
<DebugGoalSelectorCustomPayload.Goal> GoalSelectorDebugRenderer.Entity.goals
The field for thegoals
record component.Methods in net.minecraft.client.render.debug that return types with arguments of type DebugGoalSelectorCustomPayload.GoalModifier and TypeMethodDescriptionGoalSelectorDebugRenderer.Entity.goals()
Returns the value of thegoals
record component.Method parameters in net.minecraft.client.render.debug with type arguments of type DebugGoalSelectorCustomPayload.GoalModifier and TypeMethodDescriptionvoid
GoalSelectorDebugRenderer.setGoalSelectorList
(int index, BlockPos pos, List<DebugGoalSelectorCustomPayload.Goal> goals) Constructor parameters in net.minecraft.client.render.debug with type arguments of type DebugGoalSelectorCustomPayload.GoalModifierConstructorDescription(package private)
Entity
(BlockPos blockPos, List<DebugGoalSelectorCustomPayload.Goal> list) -
Uses of DebugGoalSelectorCustomPayload.Goal in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom with type parameters of type DebugGoalSelectorCustomPayload.GoalModifier and TypeFieldDescriptionprivate final List
<DebugGoalSelectorCustomPayload.Goal> DebugGoalSelectorCustomPayload.goals
The field for thegoals
record component.Methods in net.minecraft.network.packet.s2c.custom that return types with arguments of type DebugGoalSelectorCustomPayload.GoalModifier and TypeMethodDescriptionDebugGoalSelectorCustomPayload.goals()
Returns the value of thegoals
record component.Constructor parameters in net.minecraft.network.packet.s2c.custom with type arguments of type DebugGoalSelectorCustomPayload.GoalModifierConstructorDescriptionDebugGoalSelectorCustomPayload
(int int2, BlockPos blockPos, List<DebugGoalSelectorCustomPayload.Goal> list)