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

35 lines
885 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS tr net/minecraft/server/command/TeleportCommand
2019-04-18 16:56:09 -04:00
CLASS net/minecraft/server/command/TeleportCommand$a LookTarget
FIELD a lookPosition Lcrt;
FIELD b lookEntity Laie;
FIELD c lookEntityAnchor Lck$a;
METHOD <init> (Laie;Lck$a;)V
ARG 1 lookEntity
METHOD a look (Lcd;Laie;)V
ARG 1 source
ARG 2 entity
2019-04-17 12:41:25 -04:00
METHOD a teleport (Lcd;Laie;Lvf;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-17 12:41:25 -04:00
METHOD a execute (Lcd;Ljava/util/Collection;Laie;)I
2019-04-11 01:58:54 -04:00
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
ARG 0 dispatcher