Uses of Interface
com.destroystokyo.paper.entity.ai.Goal
-
Uses of Goal in com.destroystokyo.paper.entity.ai
Modifier and TypeInterfaceDescriptioninterface
VanillaGoal<T extends Mob>
Vanilla keys for Mob Goals.Modifier and TypeMethodDescriptionModifier 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)