-
Nested Class Summary 
Nested 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
-
speed 
double speed()
Gets the speed modifier at which the owning
Entity
will move around to appear to "wander".
- Returns:
- The speed modifier
-
setSpeed 
Sets 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
-
executionChance 
int executionChance()
Gets the chance that the owning
Entity
will "wander".
- Returns:
- The chance that the owning entity will "wander"
-
setExecutionChance 
Sets the chance that the owning
Entity
will perform
a "wander".
- Parameters:
executionChance
- The wandering chance
- Returns:
- This goal, for chaining