Interface LookRandomlyGoal
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LookRandomlyGoal.Builder
-
Method Summary
Static Methods Modifier and Type Method Description static LookRandomlyGoal.Builder
builder()
Creates a newLookRandomlyGoal.Builder
to build a newLookRandomlyGoal
.-
Methods inherited from interface org.spongepowered.api.entity.ai.goal.Goal
canBeInterrupted, canRunConcurrentWith, executor, owner, type
-
-
-
-
Method Detail
-
builder
static LookRandomlyGoal.Builder builder()
Creates a newLookRandomlyGoal.Builder
to build a newLookRandomlyGoal
.- Returns:
- A new builder
-
-