- 
Nested Class SummaryNested Classes 
- 
Method Summary
Sets the speed modifier at which when an  Entity is running
 around, the movement speed is amplified by this modifier. 
 double
 
Gets the speed modifier at which when an  Entity is running
 around, the movement speed is amplified by this modifier. 
 
 
 
 
- 
Method Details
- 
builder
- Returns:
- A new builder
 
- 
speeddouble speed() Gets the speed modifier at which when an  Entity is running
 around, the movement speed is amplified by this modifier. 
- Returns:
- The speed modifier
 
- 
setSpeedSets the speed modifier at which when an  Entity is running
 around, the movement speed is amplified by this modifier. 
- Parameters:
- speed- The speed modifier at which an entity is "running around"
- Returns:
- This goal, for chaining