yarn/mappings/net/minecraft/command/arguments/ItemPredicateArgumentType.m...

20 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2293 net/minecraft/command/arguments/ItemPredicateArgumentType
CLASS class_2294 ItemPredicate
FIELD field_10813 item Lnet/minecraft/class_1792;
FIELD field_10814 compound Lnet/minecraft/class_2487;
CLASS class_2295 ItemPredicateArgument
CLASS class_2296 TagPredicate
FIELD field_10815 tag Lnet/minecraft/class_3494;
FIELD field_10816 compound Lnet/minecraft/class_2487;
2019-04-16 11:51:03 -04:00
METHOD test (Ljava/lang/Object;)Z
ARG 1 context
2019-06-28 17:55:20 -04:00
FIELD field_10811 UNKNOWN_TAG_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_10812 EXAMPLES Ljava/util/Collection;
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
2019-06-28 17:55:20 -04:00
METHOD method_9801 create ()Lnet/minecraft/class_2293;
METHOD method_9804 getItemPredicate (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/function/Predicate;
ARG 0 context
ARG 1 name