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

19 lines
585 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cp net/minecraft/command/arguments/MessageArgumentType
2019-06-19 15:24:08 -04:00
CLASS a MessageFormat
FIELD a contents Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD b selectors [Lcp$b;
2019-06-07 07:45:25 -04:00
METHOD a format (Lcd;Z)Ljn;
2019-03-20 13:56:26 -04:00
METHOD a parse (Lcom/mojang/brigadier/StringReader;Z)Lcp$a;
2019-06-19 15:24:08 -04:00
CLASS b MessageSelector
FIELD a start I
FIELD b end I
2019-03-20 13:56:26 -04:00
FIELD c selector Lec;
METHOD a getStart ()I
2019-06-07 07:45:25 -04:00
METHOD a format (Lcd;)Ljn;
METHOD b getEnd ()I
2018-11-27 16:13:52 -05:00
FIELD a EXAMPLES Ljava/util/Collection;
2019-03-20 13:56:26 -04:00
METHOD a create ()Lcp;
2019-06-07 07:45:25 -04:00
METHOD a getMessage (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljn;
2019-04-11 01:58:54 -04:00
ARG 0 command
ARG 1 name