Uses of Interface
com.destroystokyo.paper.entity.ai.Goal
Packages that use Goal
-
Uses of Goal in com.destroystokyo.paper.entity.ai
Subinterfaces of Goal in com.destroystokyo.paper.entity.aiModifier and TypeInterfaceDescriptioninterface
VanillaGoal<T extends Mob>
Vanilla keys for Mob Goals.Methods in com.destroystokyo.paper.entity.ai that return GoalModifier and TypeMethodDescriptionMethods in com.destroystokyo.paper.entity.ai that return types with arguments of type GoalModifier and TypeMethodDescription<T extends Mob>
Collection<Goal<T>> MobGoals.getAllGoals
(T mob) <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>> <T extends Mob>
Collection<Goal<T>> MobGoals.getRunningGoals
(T mob) <T extends Mob>
Collection<Goal<T>> MobGoals.getRunningGoals
(T mob, GoalType type) <T extends Mob>
Collection<Goal<T>> MobGoals.getRunningGoalsWithout
(T mob, GoalType type) Methods in com.destroystokyo.paper.entity.ai with parameters of type Goal