Uses of Record Class
net.minecraft.network.protocol.common.custom.GoalDebugPayload.DebugGoal
Packages that use GoalDebugPayload.DebugGoal
Package
Description
-
Uses of GoalDebugPayload.DebugGoal in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type GoalDebugPayload.DebugGoalModifier and TypeFieldDescriptionprivate final List
<GoalDebugPayload.DebugGoal> GoalSelectorDebugRenderer.EntityGoalInfo.goals
The field for thegoals
record component.Methods in net.minecraft.client.renderer.debug that return types with arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionGoalSelectorDebugRenderer.EntityGoalInfo.goals()
Returns the value of thegoals
record component.Method parameters in net.minecraft.client.renderer.debug with type arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionvoid
GoalSelectorDebugRenderer.addGoalSelector
(int p_113549_, BlockPos p_295031_, List<GoalDebugPayload.DebugGoal> p_113550_) Constructor parameters in net.minecraft.client.renderer.debug with type arguments of type GoalDebugPayload.DebugGoalModifierConstructorDescription(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
Fields in net.minecraft.network.protocol.common.custom with type parameters of type GoalDebugPayload.DebugGoalModifier and TypeFieldDescriptionprivate final List
<GoalDebugPayload.DebugGoal> GoalDebugPayload.goals
The field for thegoals
record component.Methods in net.minecraft.network.protocol.common.custom that return types with arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionGoalDebugPayload.goals()
Returns the value of thegoals
record component.Constructor parameters in net.minecraft.network.protocol.common.custom with type arguments of type GoalDebugPayload.DebugGoalModifierConstructorDescriptionGoalDebugPayload
(int entityId, BlockPos pos, List<GoalDebugPayload.DebugGoal> goals) Creates an instance of aGoalDebugPayload
record class.