Class ObjectiveParser<C>
java.lang.Object
uk.radialbog9.spigot.manhunt.tabcompleters.ObjectiveParser<C>
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,
Objective>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Exception thrown when an objective cannot be parsed. -
Field Summary
Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
DEFAULT_ARGUMENT_COUNT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
getRequestedArgumentCount, isContextFree, map, suggestions
-
Constructor Details
-
ObjectiveParser
public ObjectiveParser()
-
-
Method Details