Jockey: Difference between revisions
(→Trivia) |
(→List of jockeys: this is about naturally spawned jockeys) Tag: Mobile edit |
||
(26 intermediate revisions by 15 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Spider Jockey at night.png|260px|right|thumb|A spider jockey.]] |
|||
{{Missing|The villager jockey icon, when a zombie villager is cured while riding a chicken.}} |
|||
[[File:Spider Jockey with Enchanted Bow and Armor.png|260px|right|thumb|A spider jockey.]] |
|||
[[File:SkeletonRiderGroup.png|260px|right|thumb|A group of skeleton horsemen.]] |
[[File:SkeletonRiderGroup.png|260px|right|thumb|A group of skeleton horsemen.]] |
||
'''Jockey''' refers to a naturally spawned mob riding another mob. Jockeys are named based on the mob being ridden. They also follow the spawning patterns of the bottom mob. The mob on the top often controls the mob on the bottom {{in|java}}, but sometimes do not control it {{in|bedrock}}. See [[Riding]] for detailed behavior about riding. |
|||
'''Jockey''' refers to a naturally spawned mob riding another mob. Jockeys are named based on the mob being ridden. The mob on the top often controls the mob on the bottom {{in|java}}, but sometimes do not control it {{in|bedrock}}. |
|||
== List of Jockeys == |
|||
<center> |
|||
== List of jockeys == |
|||
{| style="margin:auto;text-align:center" data-description="Jockeys" |
{| style="margin:auto;text-align:center" data-description="Jockeys" |
||
|- |
|- |
||
Line 15: | Line 14: | ||
| scope="col" style="width:68px" |[[File:StriderJockeyZombifiedPiglinFace.png|link=Strider Jockey]] |
| scope="col" style="width:68px" |[[File:StriderJockeyZombifiedPiglinFace.png|link=Strider Jockey]] |
||
|- |
|- |
||
|[[Chicken |
|[[Chicken jockey]] |
||
|[[Hoglin |
|[[Hoglin jockey]] |
||
|[[Ravager |
|[[Ravager jockey]] |
||
|[[Skeleton |
|[[Skeleton horseman]] |
||
|[[Spider |
|[[Spider jockey]] |
||
|[[Strider |
|[[Strider jockey]] |
||
|} |
|} |
||
They can manually summoned with these commands: |
|||
</center> |
|||
''Main article: [[Tutorial:summoning jockeys]]'' |
|||
'''A spider jockey in Java Edition:''' |
|||
{{Cd|code=/summon minecraft:spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:bow",count:1}]}]<nowiki>}</nowiki>}} |
|||
'''To get a chicken jockey:''' |
|||
In Java Edition: {{Cd|code=/summon minecraft:chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1}]<nowiki>}</nowiki>}} |
|||
In Bedrock Edition, it requires two commands: |
|||
# {{Cd|code=/summon chicken ~ ~ ~ ~ ~ minecraft:spawn_adult}} |
|||
# {{Cd|code=/ride @e[type=chicken] summon_rider zombie minecraft:as_baby}} |
|||
'''To get a hoglin jockey:''' |
|||
In Java Edition: {{Cd|code=/summon minecraft:hoglin ~ ~ ~ {Age:-12000,Passengers:[{id:"minecraft:piglin",IsBaby:1}]<nowiki>}</nowiki>}} |
|||
In Bedrock Edition, it requires two commands: |
|||
# {{Cd|code=/summon hoglin ~ ~ ~ ~ ~ spawn_baby}} |
|||
# {{Cd|code=/ride @e[family=hoglin_baby] summon_rider piglin spawn_baby}} |
|||
'''To get four skeleton horsemen:''' |
|||
In Java Edition: {{Cd|code=/summon minecraft:skeleton_horse ~ ~ ~ {SkeletonTrap:1<nowiki>}</nowiki>}} |
|||
In Bedrock Edition: {{Cd|code=/summon skeleton_horse ~ ~ ~ ~ ~ minecraft:set_trap}} |
|||
'''To get a zombified piglin strider jockey:''' |
|||
In Java Edition: {{Cd|code=/summon minecraft:strider ~ ~ ~ {Saddle:1,Passengers:[{id:"minecraft:zombified_piglin",HandItems:[{id:"minecraft:warped_fungus_on_a_stick",count:1}]}]<nowiki>}</nowiki>}} |
|||
In Bedrock Edition: {{Cd|code=/summon strider ~ ~ ~ ~ ~ spawn_adult_piglin_jockey}} |
|||
'''To get a adult baby strider jockey:''' |
|||
In Java Edition: {{Cd|code=/summon minecraft:strider ~ ~ ~ {Passengers:[{id:"minecraft:strider",Age:-1200}]<nowiki>}</nowiki>}} |
|||
In Bedrock Edition: {{Cd|code=/summon strider ~ ~ ~ ~ ~ spawn_adult_parent_jockey}} |
|||
'''To get a ravager jockey:''' |
|||
In Java Edition: |
|||
{{Cd|code=/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:pillager,HandItems:[{id:crossbow,Count:1b}]}]<nowiki>}</nowiki>}} |
|||
* This command summons a ravager with a pillager rider. |
|||
{{Cd|code=/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:vindicator,HandItems:[{id:iron_axe,Count:2b}]}]<nowiki>}</nowiki>}} |
|||
* This command summons a ravager with a vindicator rider. |
|||
{{Cd|code=/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:evoker}]<nowiki>}</nowiki>}} |
|||
* This command summons a ravager with a evoker rider. |
|||
In Bedrock Edition: |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_for_raid_with_evoker_rider}} |
|||
* This command summons a ravager with an evoker rider. |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_pillager_rider}} |
|||
* This command summons a ravager with a pillager rider. |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_vindicator_rider}} |
|||
* This command summons a ravager with a vindicator rider. |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_for_raid_with_pillager_rider}} |
|||
* This command summons a ravager with a pillager rider, but the pillager drops special loot upon death. |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_pillager_captain_rider}} |
|||
* This command summons a ravager with a pillager rider, but the pillager is a [[raid captain]]. |
|||
{{Cd|code=/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_vindicator_captain_rider}} |
|||
* This command summons a ravager with a vindicator rider, but the vindicator is a raid captain. |
|||
==== Mounting ==== |
==== Mounting ==== |
||
{{exclusive|bedrock|section=1}} |
{{exclusive|bedrock|section=1}} |
||
{{IN|bedrock}}, 15% of naturally spawned baby zombies, baby husks, and baby zombie villagers |
{{IN|bedrock}}, 15% of naturally spawned baby zombies, baby husks, and baby zombie villagers search for a mount when attacking a [[player]], [[villager]], [[wandering trader]], [[iron golem]], or [[snow golem]]. They can ride: |
||
{{columns-list|colwidth=20em| |
{{columns-list|colwidth=20em| |
||
* {{EntitySprite|Chicken}} Adult [[chicken]]s |
* {{EntitySprite|Chicken}} Adult [[chicken]]s |
||
* {{EntitySprite|Ocelot}} Untamed [[ocelot]]s |
* {{EntitySprite|Ocelot}} Untamed [[ocelot]]s |
||
* {{EntitySprite|Cat}} Untamed [[cat]]s |
* {{EntitySprite|Cat}} Untamed [[cat]]s |
||
* {{EntitySprite|Angry Wolf}} Untamed [[ |
* {{EntitySprite|Angry Wolf}} Untamed [[wolves]] |
||
* {{EntitySprite|Zombie}} Adult [[zombie]]s |
* {{EntitySprite|Zombie}} Adult [[zombie]]s |
||
* {{EntitySprite|Husk}} Adult [[husk]]s |
* {{EntitySprite|Husk}} Adult [[husk]]s |
||
Line 45: | Line 128: | ||
* {{EntitySprite|Zombie Horse}} Adult [[zombie horse]]s |
* {{EntitySprite|Zombie Horse}} Adult [[zombie horse]]s |
||
* {{EntityLink|Mooshroom|text=Mooshrooms}} |
* {{EntityLink|Mooshroom|text=Mooshrooms}} |
||
* {{EntitySprite|Spider}} [[Spider]]s that |
* {{EntitySprite|Spider}} [[Spider]]s that were not spawned as a jockey mount |
||
* {{EntitySprite|Cave spider}} [[Cave spider]]s |
* {{EntitySprite|Cave spider}} [[Cave spider]]s |
||
* {{EntityLink|Panda|text=Pandas}} |
* {{EntityLink|Panda|text=Pandas}} |
||
}} |
}} |
||
== Issues == |
|||
{{issue list}} |
|||
== Gallery == |
== Gallery == |
||
===Screenshots=== |
=== Screenshots === |
||
<gallery> |
<gallery> |
||
SkeletonvsSpiderJockeySkeleton.png|A skeleton fighting a spider jockey. |
|||
Villager riding a chicken.png|A baby villager after being cured while being a jockey. |
Villager riding a chicken.png|A baby villager after being cured while being a jockey. |
||
</gallery> |
</gallery> |
||
===Renders=== |
=== Renders === |
||
<gallery> |
<gallery> |
||
File: |
File:Chicken Jockey.png|A chicken jockey. |
||
File:Warm Chicken Jockey.png|A warm chicken jockey. |
|||
File:Cold Chicken Jockey.png|A cold chicken jockey |
|||
File:Baby Piglin Riding a Baby Hoglin.png|A hoglin jockey. |
File:Baby Piglin Riding a Baby Hoglin.png|A hoglin jockey. |
||
File:Three Baby Piglins climbing a Baby Hoglin.png|A hoglin jockey with multiple piglins. |
File:Three Baby Piglins climbing a Baby Hoglin.png|A hoglin jockey with multiple piglins. |
||
File: |
File:Ravager Rider.png|A ravager jockey. |
||
File: |
File:Skeleton Trap.png|A skeleton horseman. |
||
File: |
File:Spider Jockey.png|A spider jockey. |
||
File: |
File:Strider Jockey JE5.png|A strider jockey. |
||
File:Baby Strider riding Strider JE2.png|A baby strider riding an adult strider. |
File:Baby Strider riding Strider JE2.png|A baby strider riding an adult strider. |
||
File:Giant Jockey JE1.png|A giant jockey |
|||
</gallery> |
</gallery> |
||
== |
==== Mounts ==== |
||
{{Exclusive|Bedrock}}<gallery> |
|||
* Skeleton horsemen are considered to be [[Minecraft Dungeons:Powerful|mini-bosses]] in ''[[Minecraft Dungeons]]''. |
|||
File:Baby_Zombie_Riding_Zombie.png|Adult zombie jockey. |
|||
* [[Wither skeleton]], [[stray]] and [[bogged]] jockeys can only spawned with commands. |
|||
File:Baby_Zombie_Riding_Husk.png|Adult husk jockey. |
|||
File:Baby_Zombie_Riding_Zombified_Piglin.png|Adult zombified piglin jockey. |
|||
== References == |
|||
File:Baby_Zombie_Riding_Pig.png|Pig jockey. |
|||
{{reflist}} |
|||
File:Baby_Zombie_Riding_Cow.png|Cow jockey. |
|||
File:Baby_Zombie_Riding_Mooshroom.png|Mooshroom jockey. |
|||
File:Baby_Zombie_Riding_Sheep.png|Sheep jockey. |
|||
File:Baby_Zombie_Riding_Wolf.png|Wolf jockey. |
|||
File:Baby_Zombie_Riding_Ocelot.png|Ocelot jockey. |
|||
File:Baby_Zombie_Riding_Tuxedo_Cat.png|Stray cat jockey. |
|||
File:Baby_Zombie_Riding_Horse.png|Horse jockey. |
|||
File:Baby_Zombie_Riding_Panda.png|Panda jockey. |
|||
File:Baby_Zombie_Riding_Spider.png|Baby zombie spider jockey. |
|||
File:Baby_Zombie_Riding_Cave_Spider.png|Baby zombie cave spider jockey. |
|||
</gallery> |
|||
== Navigation == |
== Navigation == |
||
{{Navbox mobs}} |
{{Navbox mobs}} |
||
[[Category:Mobs]] |
|||
[[Category:Mobs]] |
|||
[[Category:Jockeys| ]] |
[[Category:Jockeys| ]] |
||
[[de:Reiter (Begriffsklärung)]] |
[[de:Reiter (Begriffsklärung)]] |
||
[[es:Jinete]] |
|||
[[fr:Cavalier]] |
|||
[[it:Cavalcatore]] |
[[it:Cavalcatore]] |
||
[[ja:ジョッキー]] |
[[ja:ジョッキー]] |
||
[[ko:조키]] |
[[ko:조키]] |
||
[[pt:Jockey]] |
[[pt:Jockey]] |
||
[[ru:Наездники]] |
|||
[[zh:骑士]] |
[[zh:骑士]] |
Latest revision as of 10:21, 17 April 2025
Jockey refers to a naturally spawned mob riding another mob. Jockeys are named based on the mob being ridden. The mob on the top often controls the mob on the bottom in Java Edition, but sometimes do not control it in Bedrock Edition.


List of jockeys Edit
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Chicken jockey | Hoglin jockey | Ravager jockey | Skeleton horseman | Spider jockey | Strider jockey |
They can manually summoned with these commands:
Main article: Tutorial:summoning jockeys
A spider jockey in Java Edition:
/summon minecraft:spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:bow",count:1}]}]}
To get a chicken jockey:
In Java Edition: /summon minecraft:chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1}]}
In Bedrock Edition, it requires two commands:
/summon chicken ~ ~ ~ ~ ~ minecraft:spawn_adult
/ride @e[type=chicken] summon_rider zombie minecraft:as_baby
To get a hoglin jockey:
In Java Edition: /summon minecraft:hoglin ~ ~ ~ {Age:-12000,Passengers:[{id:"minecraft:piglin",IsBaby:1}]}
In Bedrock Edition, it requires two commands:
/summon hoglin ~ ~ ~ ~ ~ spawn_baby
/ride @e[family=hoglin_baby] summon_rider piglin spawn_baby
To get four skeleton horsemen:
In Java Edition: /summon minecraft:skeleton_horse ~ ~ ~ {SkeletonTrap:1}
In Bedrock Edition: /summon skeleton_horse ~ ~ ~ ~ ~ minecraft:set_trap
To get a zombified piglin strider jockey:
In Java Edition: /summon minecraft:strider ~ ~ ~ {Saddle:1,Passengers:[{id:"minecraft:zombified_piglin",HandItems:[{id:"minecraft:warped_fungus_on_a_stick",count:1}]}]}
In Bedrock Edition: /summon strider ~ ~ ~ ~ ~ spawn_adult_piglin_jockey
To get a adult baby strider jockey:
In Java Edition: /summon minecraft:strider ~ ~ ~ {Passengers:[{id:"minecraft:strider",Age:-1200}]}
In Bedrock Edition: /summon strider ~ ~ ~ ~ ~ spawn_adult_parent_jockey
To get a ravager jockey:
In Java Edition:
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:pillager,HandItems:[{id:crossbow,Count:1b}]}]}
- This command summons a ravager with a pillager rider.
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:vindicator,HandItems:[{id:iron_axe,Count:2b}]}]}
- This command summons a ravager with a vindicator rider.
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:minecraft:evoker}]}
- This command summons a ravager with a evoker rider.
In Bedrock Edition:
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_for_raid_with_evoker_rider
- This command summons a ravager with an evoker rider.
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_pillager_rider
- This command summons a ravager with a pillager rider.
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_vindicator_rider
- This command summons a ravager with a vindicator rider.
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_for_raid_with_pillager_rider
- This command summons a ravager with a pillager rider, but the pillager drops special loot upon death.
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_pillager_captain_rider
- This command summons a ravager with a pillager rider, but the pillager is a raid captain.
/summon ravager ~ ~ ~ ~ ~ minecraft:spawn_with_vindicator_captain_rider
- This command summons a ravager with a vindicator rider, but the vindicator is a raid captain.
Mounting Edit
In Bedrock Edition, 15% of naturally spawned baby zombies, baby husks, and baby zombie villagers search for a mount when attacking a player, villager, wandering trader, iron golem, or snow golem. They can ride:
Adult chickens
Untamed ocelots
Untamed cats
Untamed wolves
Adult zombies
Adult husks
Adult zombie villagers
Adult zombified piglins
Cows
Adult unsaddled pigs
Sheep
Adult untamed horses
Adult untamed donkeys
Adult untamed mules
Adult skeleton horses
Adult zombie horses
Mooshrooms
Spiders that were not spawned as a jockey mount
Cave spiders
Pandas
Issues Edit
Issues relating to "Jockey" are maintained on the bug tracker. Issues should be reported and viewed there.
Java Edition
- MC-271247 – Zombie piglin chicken jockey in minecart getting stuck when turning a corner
- MC-164246 – Skeleton jockey won't move fastly
- MC-271156 – Chicken jockey no longer uses baby zombie's movement speed
- MC-113938 – onInitialSpawn does not test if the additional mob for spider or chicken jockeys collides
- MC-160201 – Spider jockeys suffocate their riders when climbing into corners
- MC-163649 – Chicken Jockeys can pass through a hole that baby zombies alone can't fit through
- MC-182903 – Baby zombies never have weapons, armor, or are chicken jockeys when spawned using a spawn egg on an adult zombie
- MC-200418 – Cured baby zombie villagers stay as jockey variant
- MC-209784 – Baby drowned can spawn as chicken jockeys, causing chickens to float in the oceans
Bedrock Edition
- MCPE-89549 – No stray and wither jockeys
- MCPE-97250 – /ride doesn't work when trying to make a spider jockey or strider jockey
Gallery Edit
Screenshots Edit
-
A skeleton fighting a spider jockey.
-
A baby villager after being cured while being a jockey.
Renders Edit
-
A chicken jockey.
-
A warm chicken jockey.
-
A cold chicken jockey
-
A hoglin jockey.
-
A hoglin jockey with multiple piglins.
-
A ravager jockey.
-
A skeleton horseman.
-
A spider jockey.
-
A strider jockey.
-
A baby strider riding an adult strider.
-
A giant jockey
Mounts Edit
-
Adult zombie jockey.
-
Adult husk jockey.
-
Adult zombified piglin jockey.
-
Pig jockey.
-
Cow jockey.
-
Mooshroom jockey.
-
Sheep jockey.
-
Wolf jockey.
-
Ocelot jockey.
-
Stray cat jockey.
-
Horse jockey.
-
Panda jockey.
-
Baby zombie spider jockey.
-
Baby zombie cave spider jockey.
Edit
[hide] | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||
|