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-21 13:19:18 -05:00
FIELD a state Lbre;
FIELD b properties Ljava/util/Set;
2019-02-20 15:49:23 -05:00
FIELD c compound Lhx;
CLASS dc$b BlockPredicateFactory
CLASS dc$c TagPredicate
2019-02-20 15:49:23 -05:00
FIELD a tag Lyq;
FIELD b compound Lhx;
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;