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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
getPull()
parse
(CommandContext<T> context) void
setPull
(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:
getMaxConsumedArgs
in classCommandComponent<T>
-
getMaxParsedObjects
public int getMaxParsedObjects()- Specified by:
getMaxParsedObjects
in classCommandComponent<T>
-
getPriority
public int getPriority()- Specified by:
getPriority
in classCommandComponent<T>
-
parse
- Specified by:
parse
in classCommandComponent<T>
-