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

18 lines
803 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS de net/minecraft/command/arguments/BlockPredicateArgumentType
2019-03-14 15:41:19 -04:00
CLASS de$a BlockStatePredicate
2019-03-14 11:39:51 -04:00
FIELD a state Lbtw;
FIELD b properties Ljava/util/Set;
2019-03-14 08:57:09 -04:00
FIELD c compound Lia;
2019-03-14 15:41:19 -04:00
CLASS de$b BlockPredicateFactory
CLASS de$c TagPredicate
2019-03-14 08:57:09 -04:00
FIELD a tag Lyx;
FIELD b compound Lia;
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;
2019-03-14 08:57:09 -04:00
METHOD a create ()Lde;
METHOD a getPredicateArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/function/Predicate;
2019-03-14 08:57:09 -04:00
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder