yarn/mappings/net/minecraft/server/function/CommandFunction.mapping

21 lines
612 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS ca net/minecraft/server/function/CommandFunction
2019-06-19 15:24:08 -04:00
CLASS a LazyContainer
2019-03-20 13:56:26 -04:00
FIELD a EMPTY Lca$a;
2019-06-07 07:45:25 -04:00
FIELD b id Lqt;
2019-01-09 07:53:32 -05:00
FIELD c initialized Z
2019-01-24 11:47:45 -05:00
FIELD d function Ljava/util/Optional;
2019-06-07 07:45:25 -04:00
METHOD a getId ()Lqt;
METHOD a get (Lrf;)Ljava/util/Optional;
2019-06-19 15:24:08 -04:00
CLASS b CommandElement
2019-01-09 07:53:32 -05:00
FIELD a parsed Lcom/mojang/brigadier/ParseResults;
2019-06-19 15:24:08 -04:00
CLASS c Element
2019-06-07 07:45:25 -04:00
METHOD a execute (Lrf;Lcd;Ljava/util/ArrayDeque;I)V
2019-06-19 15:24:08 -04:00
CLASS d FunctionElement
2019-03-20 13:56:26 -04:00
FIELD a function Lca$a;
FIELD a elements [Lca$c;
2019-06-07 07:45:25 -04:00
FIELD b id Lqt;
METHOD a getId ()Lqt;
METHOD a create (Lqt;Lrf;Ljava/util/List;)Lca;
2019-01-09 07:53:32 -05:00
ARG 2 fileLines
2019-03-20 13:56:26 -04:00
METHOD b getElements ()[Lca$c;