Interface LookAtGoal.Builder
-
- All Superinterfaces:
CopyableBuilder<LookAtGoal,LookAtGoal.Builder>,GoalBuilder<Agent,LookAtGoal,LookAtGoal.Builder>,ResettableBuilder<LookAtGoal,LookAtGoal.Builder>
- Enclosing interface:
- LookAtGoal
public static interface LookAtGoal.Builder extends GoalBuilder<Agent,LookAtGoal,LookAtGoal.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookAtGoal.Builderchance(float chance)LookAtGoal.BuildermaxDistance(float maxDistance)LookAtGoal.Builderwatch(Class<? extends Living> watchClass)-
Methods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
-
Methods inherited from interface org.spongepowered.api.entity.ai.goal.GoalBuilder
build
-
Methods inherited from interface org.spongepowered.api.util.ResettableBuilder
reset
-
-
-
-
Method Detail
-
watch
LookAtGoal.Builder watch(Class<? extends Living> watchClass)
-
maxDistance
LookAtGoal.Builder maxDistance(float maxDistance)
-
chance
LookAtGoal.Builder chance(float chance)
-
-