Class OptionValueParser<C>
- java.lang.Object
-
- ca.stellardrift.permissionsex.minecraft.command.argument.OptionValueParser<C>
-
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,String>
public final class OptionValueParser<C> extends Object implements cloud.commandframework.arguments.parser.ArgumentParser<C,String>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContextFree()@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull String>parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull Queue<@NonNull String> inputQueue)
-