Class OptionalArgument.WrappedParser<T>
java.lang.Object
org.core.command.argument.arguments.operation.OptionalArgument.WrappedParser<T>
- All Implemented Interfaces:
ParseCommandArgument<T>
- Enclosing class:
- OptionalArgument<T>
public static class OptionalArgument.WrappedParser<T>
extends Object
implements ParseCommandArgument<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse(CommandContext context, CommandArgumentContext<T> argument)
-
Constructor Details
-
WrappedParser
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceParseCommandArgument<T>
-