@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 byAgents.GoalBuilder<O extends Agent,G extends Goal<O>,B extends GoalBuilder<O,G,B>> A utility to assist in buildingGoals.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 aGoalthat aGoalExecutorcan run.GoalExecutorTypes GoalTypes