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

6 lines
328 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cr net/minecraft/command/arguments/NbtPathArgumentType
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;