Class 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>
    • Method Detail

      • parse

        public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull Integerparse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext,
                                                                                                            @NonNull Queue<@NonNull String> inputQueue)
        Specified by:
        parse in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​Integer>
      • suggestions

        public @NonNull List<@NonNull Stringsuggestions​(@NonNull cloud.commandframework.context.CommandContext<C> commandContext,
                                                          @NonNull String input)
        Specified by:
        suggestions in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​Integer>
      • isContextFree

        public boolean isContextFree()
        Specified by:
        isContextFree in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​Integer>