Class ActionArgument
-
- All Implemented Interfaces:
public class ActionArgument extends Argument<S, A, R>
-
-
Field Summary
Fields Modifier and Type Field Description public final static ActionArgument
INSTANCE
-
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
-
-