Package redempt.ordinate.command.postarg
Class ArgumentPropagationComponent<T>
java.lang.Object
redempt.ordinate.component.abstracts.CommandComponent<T>
redempt.ordinate.command.postarg.ArgumentPropagationComponent<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintgetPull()parse(CommandContext<T> context) voidsetPull(int pull)
-
Constructor Details
-
ArgumentPropagationComponent
public ArgumentPropagationComponent()
-
-
Method Details
-
setPull
public void setPull(int pull) -
getPull
public int getPull() -
getMaxConsumedArgs
public int getMaxConsumedArgs()- Specified by:
getMaxConsumedArgsin classCommandComponent<T>
-
getMaxParsedObjects
public int getMaxParsedObjects()- Specified by:
getMaxParsedObjectsin classCommandComponent<T>
-
getPriority
public int getPriority()- Specified by:
getPriorityin classCommandComponent<T>
-
parse
- Specified by:
parsein classCommandComponent<T>
-