Uses of Class
net.minecraft.world.entity.ai.goal.WrappedGoal
Packages that use WrappedGoal
-
Uses of WrappedGoal in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as WrappedGoalFields in net.minecraft.world.entity.ai.goal with type parameters of type WrappedGoalModifier and TypeFieldDescriptionprivate final Set
<WrappedGoal> GoalSelector.availableGoals
private final Map
<Goal.Flag, WrappedGoal> GoalSelector.lockedFlags
Goals currently using a particular flagMethods in net.minecraft.world.entity.ai.goal that return types with arguments of type WrappedGoalMethods in net.minecraft.world.entity.ai.goal with parameters of type WrappedGoalModifier and TypeMethodDescriptionboolean
WrappedGoal.canBeReplacedBy
(WrappedGoal pOther) private static boolean
GoalSelector.goalCanBeReplacedForAllFlags
(WrappedGoal pGoal, Map<Goal.Flag, WrappedGoal> pFlag) private static boolean
GoalSelector.goalContainsAnyFlags
(WrappedGoal pGoal, EnumSet<Goal.Flag> pFlag) Method parameters in net.minecraft.world.entity.ai.goal with type arguments of type WrappedGoalModifier and TypeMethodDescriptionprivate static boolean
GoalSelector.goalCanBeReplacedForAllFlags
(WrappedGoal pGoal, Map<Goal.Flag, WrappedGoal> pFlag)