- 
Nested Class SummaryNested Classes 
- 
Method Summary
int
 
Gets the chance that the owning  Entity will "wander". 
 
Sets the chance that the owning  Entity will perform
 a "wander". 
 
Sets the speed modifier at which the owning  Entity
 will move around to appear to "wander". 
 double
 
Gets the speed modifier at which the owning  Entity
 will move around to appear to "wander". 
 
 
 
 
- 
Method Details
- 
builder
- Returns:
- A new builder
 
- 
speeddouble speed() Gets the speed modifier at which the owning  Entity
 will move around to appear to "wander". 
- Returns:
- The speed modifier
 
- 
setSpeedSets the speed modifier at which the owning  Entity
 will move around to appear to "wander". 
- Parameters:
- speed- The movement speed modifier
- Returns:
- This goal, for chaining
 
- 
executionChanceint executionChance() Gets the chance that the owning  Entity will "wander". 
- Returns:
- The chance that the owning entity will "wander"
 
- 
setExecutionChanceSets the chance that the owning  Entity will perform
 a "wander". 
- Parameters:
- executionChance- The wandering chance
- Returns:
- This goal, for chaining