@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.entity.ai.goal
-
Interface Summary Interface Description Goal<O extends Agent> Represents an action performed byAgent
s.GoalBuilder<O extends Agent,G extends Goal<O>,B extends GoalBuilder<O,G,B>> A utility to assist in buildingGoal
s.GoalExecutor<O extends Agent> Represents a set of goals that will be updated together by anAgent
.GoalExecutorType GoalType -
Class Summary Class Description AbstractGoal<O extends Agent> An abstract implementation of aGoal
that aGoalExecutor
can run.GoalExecutorTypes GoalTypes