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

18 lines
726 B
Plaintext

CLASS cr net/minecraft/command/arguments/NbtPathArgumentType
CLASS net/minecraft/command/arguments/NbtPathArgumentType$h NbtPath
METHOD a get (Lis;)Ljava/util/List;
ARG 1 tag
METHOD b count (Lis;)I
ARG 1 tag
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;
FIELD c EXAMPLES Ljava/util/Collection;
METHOD a create ()Lcr;
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