Interface SwimGoal.Builder
-
- All Superinterfaces:
CopyableBuilder<SwimGoal,SwimGoal.Builder>
,GoalBuilder<Agent,SwimGoal,SwimGoal.Builder>
,ResettableBuilder<SwimGoal,SwimGoal.Builder>
- Enclosing interface:
- SwimGoal
public static interface SwimGoal.Builder extends GoalBuilder<Agent,SwimGoal,SwimGoal.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SwimGoal.Builder
swimChance(float chance)
-
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
-
swimChance
SwimGoal.Builder swimChance(float chance)
-
-