Class JsonArgument

  • All Implemented Interfaces:

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

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonArgument()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ParseResult<A> parse(@NonNull() StringReader input, @Nullable() CommandSender source)
      • Methods inherited from class pers.neige.colonel.arguments.Argument

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

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

      • JsonArgument

        JsonArgument()
    • Method Detail

      • parse

        @NonNull() ParseResult<A> parse(@NonNull() StringReader input, @Nullable() CommandSender source)