yarn/mappings/net/minecraft/server/command/TeleportCommand.mapping

25 lines
599 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS tr net/minecraft/server/command/TeleportCommand
2019-04-11 01:58:54 -04:00
METHOD a teleport (Lcd;Laid;Lvf;DDDLjava/util/Set;FFLtr$a;)V
ARG 0 source
ARG 1 target
2019-01-13 17:08:57 -05:00
ARG 2 world
2019-04-11 01:58:54 -04:00
ARG 3 x
ARG 5 y
ARG 7 z
ARG 9 movementFlags
ARG 10 yaw
ARG 11 pitch
ARG 12 facingLocation
METHOD a execute (Lcd;Ljava/util/Collection;Laid;)I
ARG 0 source
ARG 1 targets
ARG 2 destination
METHOD a execute (Lcd;Ljava/util/Collection;Lvf;Ldl;Ldl;Ltr$a;)I
ARG 0 source
ARG 1 targets
ARG 2 world
ARG 3 location
2019-01-13 17:08:57 -05:00
ARG 4 rotation
2019-04-11 01:58:54 -04:00
ARG 5 facingLocation
2018-11-06 11:02:00 -05:00
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V