168 lines
6.8 KiB
Text
168 lines
6.8 KiB
Text
'''Teleportation''' is a form of [[transportation]] in which the moving object is instantaneously moved to its target location.
|
|
|
|
== Overview ==
|
|
Teleportation can occur under numerous circumstances. The target object appears to instantly be at its destination afterward, usually<ref>{{bug|MC-166291}}</ref> playing a sound in the process (cases, where they do not, are not accidental). It can also refer to entities traveling through [[portal]]s.
|
|
|
|
== Player teleportation ==
|
|
* Throwing an [[ender pearl]].
|
|
* Eating a [[chorus fruit]].
|
|
* Using the {{command|teleport}} command.
|
|
* Passing through a [[nether portal]], [[end portal]], [[exit portal]] or [[end gateway]].
|
|
* Entering a [[bed]].
|
|
* Mounting a [[horse]], [[mule]], [[donkey]], [[llama]], [[camel]], saddled [[pig]] or saddled [[strider]].
|
|
* Entering a [[boat]] or [[minecart]].
|
|
* Dying and [[respawn]]ing.
|
|
|
|
== Other mobs ==
|
|
Other mobs can teleport via other methods:
|
|
|
|
* Tamed [[wolves]], [[cat]]s, and [[parrot]]s teleport to their owner if not [[sitting]] and their owner is far enough away.
|
|
* [[Endermen]] teleport under numerous circumstances.
|
|
* [[Shulker]]s are also capable of teleportation.
|
|
* Baby [[piglin]]s may teleport onto nearby baby [[hoglin]]s.
|
|
* As with players, [[fox]]es can teleport upon consumption of chorus fruit.
|
|
* Other entities can also be teleported using {{command|teleport}}.
|
|
* They can be teleported by passing through a [[nether portal]], [[end portal]], [[exit portal]] or [[end gateway]].
|
|
* A mob near a [[boat]] or [[minecart]] can be teleported inside.
|
|
|
|
== Non-entities ==
|
|
[[Dragon egg]]s can also teleport when clicked on.
|
|
|
|
[[Ender chest]]s allow the same set of items to be accessed from multiple locations, effectively teleporting them.
|
|
|
|
== Sounds ==
|
|
{{Edition|Java}}
|
|
{{SoundTable
|
|
| type = java
|
|
| {{SoundLine
|
|
|sound =Teleport1.ogg
|
|
|sound2=Teleport2.ogg
|
|
|subtitle=Enderman teleports
|
|
|source=hostile
|
|
|description=When an enderman teleports
|
|
|id=entity.enderman.teleport
|
|
|translationkey=subtitles.entity.enderman.teleport
|
|
|volume=1.0
|
|
|pitch=1.0
|
|
|distance=16}}
|
|
| {{SoundLine
|
|
|subtitle=Player teleports
|
|
|source=player
|
|
|description=When a player teleports by eating chorus fruit
|
|
|id=item.chorus_fruit.teleport
|
|
|translationkey=subtitles.item.chorus_fruit.teleport
|
|
|volume=1.0
|
|
|pitch=1.0
|
|
|distance=16}}
|
|
| {{SoundLine
|
|
|subtitle=Shulker teleports
|
|
|source=hostile
|
|
|description=When a shulker teleports
|
|
|id=entity.shulker.teleport
|
|
|translationkey=subtitles.entity.shulker.teleport
|
|
|volume=1.0
|
|
|pitch=1.0
|
|
|distance=16}}
|
|
| {{SoundLine
|
|
|subtitle=Fox teleports
|
|
|source=Players & Friendly Creatures<wbr><ref group=sound>{{Bug|MC-257516||"Fox teleports" sound plays for both Players and Friendly Creatures sound categories}}</ref>|overridesource=1
|
|
|description=When a fox teleports by eating a chorus fruit
|
|
|id=entity.fox.teleport
|
|
|translationkey=subtitles.entity.fox.teleport
|
|
|volume=1.0
|
|
|pitch=1.0
|
|
|distance=16}}
|
|
| {{SoundLine
|
|
|sound=Portal teleportation.ogg
|
|
|subtitle=Portal noise fades
|
|
|source=ambient
|
|
|description=When a player enters another dimension using any portal except the End exit portal
|
|
|id=block.portal.travel|idnote=<ref group=sound name=GenericPortal>The sound event and translation string still refers to this generically as "portal", despite the block being renamed to "nether_portal" in 1.13; see also the {{Bug|MC-193751|bug tracker ticket on this}}</ref>
|
|
|translationkey=subtitles.block.portal.travel
|
|
|translationkeynote=
|
|
|volume=0.25
|
|
|pitch=0.8-1.2
|
|
| distance = 16
|
|
}}
|
|
}}
|
|
|
|
{{Edition|Bedrock}}:
|
|
{{SoundTable
|
|
| type = bedrock
|
|
| {{SoundLine
|
|
| sound =Teleport1.ogg
|
|
|sound2=Teleport2.ogg
|
|
|source=hostile
|
|
|description=When something teleports
|
|
|id=mob.shulker.teleport
|
|
|volume=1.0
|
|
|pitch=1.0}}
|
|
| {{SoundLine
|
|
|source=hostile
|
|
|description=When an enderman teleports
|
|
|id=mob.endermen.portal
|
|
|volume=1.0
|
|
|pitch=1.0}}
|
|
| {{SoundLine
|
|
|sound=Portal teleportation.ogg
|
|
|source=ambient
|
|
|description=After the player is teleported through a nether portal
|
|
|id=portal.travel
|
|
|volume=1.0
|
|
| pitch = 1.0
|
|
}}
|
|
}}
|
|
|
|
== History ==
|
|
{{info needed section|non-java history and mob teleportation history}}
|
|
{{HistoryTable
|
|
|{{HistoryLine|java classic}}
|
|
|{{HistoryLine||0.0.18a|Added {{cmd|teleport}}.}}
|
|
|{{HistoryLine|java infdev}}
|
|
|{{HistoryLine||20100327|The player now drops their [[inventory]] and re[[spawn]]s at their spawn location upon death, rather than having to reload the last save.}}
|
|
|{{HistoryLine||20100625-1917|[[Saddle]]s were added, allowing the player to mount saddled [[pig]]s.}}
|
|
|{{HistoryLine||20100624|[[Minecart]]s are now rideable, and can be entered instantly.}}
|
|
|{{HistoryLine|java alpha}}
|
|
|{{HistoryLine||v1.0.6|Added [[boat]]s, which can be entered instantly.}}
|
|
|{{HistoryLine||v1.2.0|dev=preview|Added [[nether portal]]s.}}
|
|
|{{HistoryLine|java beta}}
|
|
|{{HistoryLine||1.3|Added [[bed]]s, which can be entered instantly.}}
|
|
|{{HistoryLine||1.4|Added [[wolves]], as the first mob that can teleport.}}
|
|
|{{HistoryLine||1.4_01|Beds now act properly as respawn point.}}
|
|
|{{HistoryLine||1.8|dev=Pre-release|Added [[endermen]], which can teleport.}}
|
|
|{{HistoryLine|java edition}}
|
|
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 2|[[Ender pearl]]s now teleport players when thrown.}}
|
|
|{{HistoryLine|||dev=Beta 1.9 Prerelease 4|[[End Portal (block)|End portals]] now teleport players to [[the End]].
|
|
|Added [[exit portal]]s, which bring players back to the [[Overworld]].}}
|
|
|{{HistoryLine||1.2.1|dev=12w04a|Added [[cat]]s as tamed [[ocelot]]s, which can teleport.}}
|
|
|{{HistoryLine||1.3.1|dev=12w25a|{{cmd|tp}} Can now be used to teleport to any [[coordinates]] rather than just another player.}}
|
|
|{{HistoryLine||1.4.2|dev=12w34a|[[Entities]] can now travel through portals.}}
|
|
|{{HistoryLine||1.6.1|dev=13w16a|Added [[horse]]s and their variants, which can be mounted.}}
|
|
|{{HistoryLine||1.9|dev=15w31a|Added [[chorus fruit]].
|
|
|Added [[end gateway]]s.
|
|
|Added [[shulker]]s, which can teleport.
|
|
|Ender pearls can now be thrown in [[Creative]] mode.}}
|
|
|{{HistoryLine|||dev=15w34c|A cooldown for using chorus fruit has been added.
|
|
|Ender pearls now have a cooldown after using.}}
|
|
|{{HistoryLine|||dev=15w37a|The chorus fruit's teleportation range has been reduced from ±32 to ±8.}}
|
|
|{{HistoryLine||1.10|dev=16w21a|Ender pearls can now teleport riders off their mounts.}}
|
|
|{{HistoryLine|||dev=pre1|Added {{cmd|teleport}}.}}
|
|
|{{HistoryLine||1.11|dev=16w39a|Added [[llama]]s, which can be mounted.}}
|
|
|{{HistoryLine||1.12|dev=17w13a|Added [[parrot]]s, which can teleport.}}
|
|
|{{HistoryLine||1.14|dev=19w09a|[[Fox]]es now teleport after they eat chorus fruits.}}
|
|
|{{HistoryLine||1.16|dev=20w12a|Added [[respawn anchor]]s, allowing setting spawn in [[the Nether]].}}
|
|
|{{HistoryLine||1.16|dev=20w13a|Added [[strider]]s, which can be mounted.}}
|
|
|{{HistoryLine|pocket alpha}}
|
|
|{{HistoryLine||v0.16.0|dev=build 1|Added {{cmd|teleport}}.}}
|
|
}}
|
|
|
|
== References ==
|
|
{{Reflist}}
|
|
|
|
== Navigation ==
|
|
{{Navbox gameplay}}
|
|
|
|
[[Category:Transport]]
|
|
|
|
[[fr:Téléportation]]
|
|
[[pt:Teletransporte]]
|