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

14 lines
964 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2218 net/minecraft/command/arguments/OperationArgumentType
CLASS class_2219 Operation
CLASS class_2220 IntOperator
FIELD field_9929 EXAMPLES Ljava/util/Collection;
FIELD field_9930 DIVISION_ZERO_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9931 INVALID_OPERATION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
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_9404 create ()Lnet/minecraft/class_2218;
METHOD method_9407 getIntOperator (Ljava/lang/String;)Lnet/minecraft/class_2218$class_2220;
METHOD method_9409 getOperation (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2218$class_2219;
METHOD method_9413 getOperator (Ljava/lang/String;)Lnet/minecraft/class_2218$class_2219;