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>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • INVALID_OPERATION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_OPERATION
    • DIVISION_ZERO_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DIVISION_ZERO_EXCEPTION
  • Constructor Details

    • OperationArgumentType

      public OperationArgumentType()
  • Method Details