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

12 lines
678 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2240 net/minecraft/command/arguments/ItemSlotArgumentType
FIELD field_9955 UNKNOWN_SLOT_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_9956 EXAMPLES Ljava/util/Collection;
FIELD field_9957 slotNamesToSlotCommandId Ljava/util/Map;
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_9469 getItemSlot (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)I
ARG 0 context
ARG 1 name
METHOD method_9473 itemSlot ()Lnet/minecraft/class_2240;