-
Nested Class Summary
Nested 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
-
speed
double 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
-
setSpeed
Sets 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