Class AbstractCommandContext<C extends CommandContext<C>>
java.lang.Object
site.lab0x13.scrow.commands.model.AbstractCommandContext<C>
- All Implemented Interfaces:
CommandContext<C>
public abstract class AbstractCommandContext<C extends CommandContext<C>>
extends Object
implements CommandContext<C>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> voidaddParsedArgument(Argument<?, V> argument, String rawValue, V value) <V> ParsedArgument<C, V> getArgument(String id) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandContext
getArg, getArg, getArgument
-
Constructor Details
-
AbstractCommandContext
public AbstractCommandContext()
-
-
Method Details
-
getArgument
- Specified by:
getArgumentin interfaceCommandContext<C extends CommandContext<C>>
-
addParsedArgument
- Specified by:
addParsedArgumentin interfaceCommandContext<C extends CommandContext<C>>
-