Class OperationArgumentType

java.lang.Object
net.minecraft.command.argument.OperationArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<OperationArgumentType.Operation>

public class OperationArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<OperationArgumentType.Operation>
Mappings:
Namespace Name
official eg
intermediary net/minecraft/class_2218
named net/minecraft/command/argument/OperationArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official a Leg;a:Ljava/util/Collection;
      intermediary field_9929 Lnet/minecraft/class_2218;field_9929:Ljava/util/Collection;
      named EXAMPLES Lnet/minecraft/command/argument/OperationArgumentType;EXAMPLES:Ljava/util/Collection;
    • INVALID_OPERATION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_OPERATION
      Mappings:
      Namespace Name Mixin selector
      official b Leg;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_9931 Lnet/minecraft/class_2218;field_9931:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INVALID_OPERATION Lnet/minecraft/command/argument/OperationArgumentType;INVALID_OPERATION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • DIVISION_ZERO_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DIVISION_ZERO_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official c Leg;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_9930 Lnet/minecraft/class_2218;field_9930:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named DIVISION_ZERO_EXCEPTION Lnet/minecraft/command/argument/OperationArgumentType;DIVISION_ZERO_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • OperationArgumentType

      public OperationArgumentType()
  • Method Details

    • operation

      public static OperationArgumentType operation()
      Mappings:
      Namespace Name Mixin selector
      official a Leg;a()Leg;
      intermediary method_9404 Lnet/minecraft/class_2218;method_9404()Lnet/minecraft/class_2218;
      named operation Lnet/minecraft/command/argument/OperationArgumentType;operation()Lnet/minecraft/command/argument/OperationArgumentType;
    • getOperation

      public static OperationArgumentType.Operation getOperation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Leg;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Leg$a;
      intermediary method_9409 Lnet/minecraft/class_2218;method_9409(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2218$class_2219;
      named getOperation Lnet/minecraft/command/argument/OperationArgumentType;getOperation(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/command/argument/OperationArgumentType$Operation;
    • parse

      public OperationArgumentType.Operation parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<OperationArgumentType.Operation>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Leg;a(Lcom/mojang/brigadier/StringReader;)Leg$a;
      intermediary method_9412 Lnet/minecraft/class_2218;method_9412(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2218$class_2219;
      named parse Lnet/minecraft/command/argument/OperationArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/OperationArgumentType$Operation;
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<OperationArgumentType.Operation>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Leg;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary listSuggestions Lnet/minecraft/class_2218;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/command/argument/OperationArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<OperationArgumentType.Operation>
    • getOperator

      private static OperationArgumentType.Operation getOperator(String operator) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Leg;a(Ljava/lang/String;)Leg$a;
      intermediary method_9413 Lnet/minecraft/class_2218;method_9413(Ljava/lang/String;)Lnet/minecraft/class_2218$class_2219;
      named getOperator Lnet/minecraft/command/argument/OperationArgumentType;getOperator(Ljava/lang/String;)Lnet/minecraft/command/argument/OperationArgumentType$Operation;
    • getIntOperator

      private static OperationArgumentType.IntOperator getIntOperator(String operator) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Leg;b(Ljava/lang/String;)Leg$b;
      intermediary method_9407 Lnet/minecraft/class_2218;method_9407(Ljava/lang/String;)Lnet/minecraft/class_2218$class_2220;
      named getIntOperator Lnet/minecraft/command/argument/OperationArgumentType;getIntOperator(Ljava/lang/String;)Lnet/minecraft/command/argument/OperationArgumentType$IntOperator;