Class ActionArgument

  • All Implemented Interfaces:

    
    public class ActionArgument
    extends Argument<S, A, R>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ParseResult<Action> parse(@NonNull() StringReader input, @Nullable() CommandSender source)
      List<String> tab(@NonNull() Context<CommandSender, Unit> context, @NonNull() String remaining)
      • Methods inherited from class pers.neige.colonel.arguments.Argument

        getDefaultValue, getFailExecutor, hasDefaultValue, setDefaultValue, setFailExecutor, setNullFailExecutor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • parse

        @NonNull() ParseResult<Action> parse(@NonNull() StringReader input, @Nullable() CommandSender source)
      • tab

        @NonNull() List<String> tab(@NonNull() Context<CommandSender, Unit> context, @NonNull() String remaining)