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.availableGoalsprivate final Map<Goal.Flag, WrappedGoal> GoalSelector.lockedFlagsGoals 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 TypeMethodDescriptionbooleanWrappedGoal.canBeReplacedBy(WrappedGoal other) private static booleanGoalSelector.goalCanBeReplacedForAllFlags(WrappedGoal goal, Map<Goal.Flag, WrappedGoal> flag) private static booleanGoalSelector.goalContainsAnyFlags(WrappedGoal goal, EnumSet<Goal.Flag> flag) Method parameters in net.minecraft.world.entity.ai.goal with type arguments of type WrappedGoalModifier and TypeMethodDescriptionprivate static booleanGoalSelector.goalCanBeReplacedForAllFlags(WrappedGoal goal, Map<Goal.Flag, WrappedGoal> flag)