Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the base movement speed of an entity. Typical values: creeper (0.2), cow (0.25), zombie baby (0.35).
Movement Properties
| Name | Default Value | Type | Description |
|---|---|---|---|
| max | not set | Decimal number | Maximum movement speed this entity can have. |
| value | not set | Decimal number | The base movement speed value. Higher values result in faster movement. Can be a single number or a range object with range_min and range_max properties. |
| value (as Object) | not set | Value item |
Value
Value Properties
JSON path: value
| Name | Default Value | Type | Description |
|---|---|---|---|
| range_max | not set | Decimal number | Maximum movement speed |
| range_min | not set | Decimal number | Minimum movement speed |