Interface RandomWalkingGoal.Builder
-
- All Superinterfaces:
CopyableBuilder<RandomWalkingGoal,RandomWalkingGoal.Builder>
,GoalBuilder<Creature,RandomWalkingGoal,RandomWalkingGoal.Builder>
,ResettableBuilder<RandomWalkingGoal,RandomWalkingGoal.Builder>
- Enclosing interface:
- RandomWalkingGoal
public static interface RandomWalkingGoal.Builder extends GoalBuilder<Creature,RandomWalkingGoal,RandomWalkingGoal.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RandomWalkingGoal.Builder
executionChance(int executionChance)
RandomWalkingGoal.Builder
speed(double speed)
-
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
-
speed
RandomWalkingGoal.Builder speed(double speed)
-
executionChance
RandomWalkingGoal.Builder executionChance(int executionChance)
-
-