Class PermissionValueParser<C>
- java.lang.Object
-
- ca.stellardrift.permissionsex.minecraft.command.argument.PermissionValueParser<C>
-
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,Integer>
public final class PermissionValueParser<C> extends Object implements cloud.commandframework.arguments.parser.ArgumentParser<C,Integer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPermissionValueParser.PermissionValueParseException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContextFree()@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull Integer>parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull Queue<@NonNull String> inputQueue)@NonNull List<@NonNull String>suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input)
-
-
-
Method Detail
-
parse
public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull Integer> parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull Queue<@NonNull String> inputQueue)
-
suggestions
public @NonNull List<@NonNull String> suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input)
-
isContextFree
public boolean isContextFree()
-
-