yarn/mappings/net/minecraft/command/arguments/BlockPredicateArgumentType....

15 lines
607 B
Plaintext
Raw Normal View History

2018-11-27 16:13:52 -05:00
CLASS dc net/minecraft/command/arguments/BlockPredicateArgumentType
CLASS dc$a BlockStatePredicate
2019-02-13 12:35:08 -05:00
FIELD a state Lbqz;
FIELD b properties Ljava/util/Set;
2019-02-13 12:35:08 -05:00
FIELD c compound Lhv;
CLASS dc$b BlockPredicateFactory
CLASS dc$c TagPredicate
2019-02-13 12:35:08 -05:00
FIELD a tag Lyp;
FIELD b compound Lhv;
FIELD c properties Ljava/util/Map;
2018-11-27 16:13:52 -05:00
FIELD a EXAMPLES Ljava/util/Collection;
FIELD b UNKNOWN_TAG_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
2018-11-27 16:13:52 -05:00
METHOD a create ()Ldc;
METHOD a getPredicateArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/function/Predicate;