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.
This component represents the foundational movement of an entity.
Movement Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
max | not set | Decimal number | ||
value | not set | Decimal number | The standard movement speed value. | Allay: 0.1 , Armadillo: 0.14 , Bee: 0.3 |
Samples
Allay
"minecraft:movement": {
"value": 0.1
}
Armadillo
At /minecraft:entity/component_groups/minecraft:unrolled/minecraft:movement/:
"minecraft:movement": {
"value": 0.14
}
At /minecraft:entity/component_groups/minecraft:rolled_up/minecraft:movement/:
"minecraft:movement": {
"value": 0
}
Bee
"minecraft:movement": {
"value": 0.3
}
Blaze
"minecraft:movement": {
"value": 0.23
}
Bogged
"minecraft:movement": {
"value": 0.25
}
Breeze
"minecraft:movement": {
"value": 0.4
}
Camel
"minecraft:movement": {
"value": 0.09
}
Creeper
"minecraft:movement": {
"value": 0.2
}
Donkey
"minecraft:movement": {
"value": 0.175
}
Enderman
At /minecraft:entity/component_groups/minecraft:enderman_angry/minecraft:movement/:
"minecraft:movement": {
"value": 0.45
}
Evocation Illager
"minecraft:movement": {
"value": 0.5
}