Package org.spongepowered.api.entity.ai.goal
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.entity.ai.goal
-
ClassDescriptionAbstractGoal<O extends Agent>An abstract implementation of a
Goal
that aGoalExecutor
can run.Represents an action performed byAgent
s.A utility to assist in buildingGoal
s.GoalExecutor<O extends Agent>Represents a set of goals that will be updated together by anAgent
.