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

33 lines
793 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS tr net/minecraft/server/command/TeleportCommand
2019-04-20 17:17:07 -04:00
CLASS tr$a LookTarget
FIELD a targetPos Lcrv;
FIELD b targetEntity Laif;
FIELD c targetEntityAnchor Lck$a;
METHOD a look (Lcd;Laif;)V
ARG 1 source
ARG 2 entity
2019-04-18 17:01:39 -04:00
METHOD a teleport (Lcd;Laif;Lvg;DDDLjava/util/Set;FFLtr$a;)V
2019-04-11 01:58:54 -04:00
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
2019-04-18 17:01:39 -04:00
METHOD a execute (Lcd;Ljava/util/Collection;Laif;)I
2019-04-11 01:58:54 -04:00
ARG 0 source
ARG 1 targets
ARG 2 destination
2019-04-18 17:01:39 -04:00
METHOD a execute (Lcd;Ljava/util/Collection;Lvg;Ldl;Ldl;Ltr$a;)I
2019-04-11 01:58:54 -04:00
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
ARG 0 dispatcher