Uses of Enum Class
com.destroystokyo.paper.entity.ai.GoalType
Packages that use GoalType
-
Uses of GoalType in com.destroystokyo.paper.entity.ai
Subclasses with type arguments of type GoalType in com.destroystokyo.paper.entity.aiMethods in com.destroystokyo.paper.entity.ai that return GoalTypeModifier and TypeMethodDescriptionstatic GoalTypeReturns the enum constant of this class with the specified name.static GoalType[]GoalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.destroystokyo.paper.entity.ai that return types with arguments of type GoalTypeModifier and TypeMethodDescriptionGoal.getTypes()Returns a list of all applicable flags for this goal.Methods in com.destroystokyo.paper.entity.ai with parameters of type GoalTypeModifier and TypeMethodDescription<T extends Mob>
Collection<Goal<T>> MobGoals.getAllGoals(T mob, GoalType type) <T extends Mob>
Collection<Goal<T>> MobGoals.getAllGoalsWithout(T mob, GoalType type) <T extends Mob>
Collection<Goal<T>> MobGoals.getRunningGoals(T mob, GoalType type) <T extends Mob>
Collection<Goal<T>> MobGoals.getRunningGoalsWithout(T mob, GoalType type) <T extends Mob>
voidMobGoals.removeAllGoals(T mob, GoalType type)