yarn/mappings/net/minecraft/command/arguments/LookingPosArgument.mapping

23 lines
562 B
Plaintext
Raw Normal View History

2019-01-13 17:08:57 -05:00
CLASS dj net/minecraft/command/arguments/LookingPosArgument
FIELD a x D
FIELD b y D
FIELD c z D
METHOD <init> (DDD)V
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a isXRelative ()Z
2019-01-16 13:24:40 -05:00
METHOD a toAbsolutePos (Lca;)Lcmx;
2019-01-13 17:08:57 -05:00
ARG 1 source
METHOD a parse (Lcom/mojang/brigadier/StringReader;)Ldj;
ARG 0 reader
METHOD a readCoordinate (Lcom/mojang/brigadier/StringReader;I)D
ARG 0 reader
ARG 1 startingCursorPos
METHOD b isYRelative ()Z
2019-01-16 13:24:40 -05:00
METHOD b toAbsoluteRotation (Lca;)Lcmw;
2019-01-13 17:08:57 -05:00
ARG 1 source
METHOD c isZRelative ()Z
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o