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

13 lines
568 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cr net/minecraft/command/arguments/NbtPathArgumentType
2019-04-11 02:37:12 -04:00
CLASS cr$i NbtPathNode
FIELD a INVALID_NBT_PATH_NODE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b NBT_PATH_NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
2018-11-27 16:13:52 -05:00
FIELD c EXAMPLES Ljava/util/Collection;
2019-03-20 13:56:26 -04:00
METHOD a create ()Lcr;
2019-04-11 01:58:54 -04:00
METHOD a parseNode (Lcom/mojang/brigadier/StringReader;Z)Lcr$i;
ARG 0 reader
ARG 1 first
METHOD a getNbtPath (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcr$h;
ARG 0 context
ARG 1 name