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>
Represents a vanilla goal.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>
@NotNull Collection<Goal<T>>MobGoals.getAllGoals
(T mob) <T extends Mob>
@NotNull Collection<Goal<T>>MobGoals.getAllGoals
(T mob, @NotNull GoalType type) <T extends Mob>
@NotNull Collection<Goal<T>>MobGoals.getAllGoalsWithout
(T mob, @NotNull GoalType type) <T extends Mob>
@NotNull Collection<Goal<T>><T extends Mob>
@NotNull Collection<Goal<T>>MobGoals.getRunningGoals
(T mob) <T extends Mob>
@NotNull Collection<Goal<T>>MobGoals.getRunningGoals
(T mob, @NotNull GoalType type) <T extends Mob>
@NotNull Collection<Goal<T>>MobGoals.getRunningGoalsWithout
(T mob, @NotNull GoalType type) Methods in com.destroystokyo.paper.entity.ai with parameters of type Goal