Class ContextValueParser

  • All Implemented Interfaces:
    cloud.commandframework.arguments.parser.ArgumentParser<Commander,​ca.stellardrift.permissionsex.context.ContextValue<?>>

    public final class ContextValueParser
    extends Object
    implements cloud.commandframework.arguments.parser.ArgumentParser<Commander,​ca.stellardrift.permissionsex.context.ContextValue<?>>
    • Method Detail

      • parse

        public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull ca.stellardrift.permissionsex.context.ContextValue<?>> parse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull Commander> ctx,
                                                                                                                                                          @NonNull Queue<@NonNull String> queue)
        Specified by:
        parse in interface cloud.commandframework.arguments.parser.ArgumentParser<Commander,​ca.stellardrift.permissionsex.context.ContextValue<?>>
      • suggestions

        public @NonNull List<@NonNull Stringsuggestions​(@NonNull cloud.commandframework.context.CommandContext<Commander> ctx,
                                                          @NonNull String input)
        Specified by:
        suggestions in interface cloud.commandframework.arguments.parser.ArgumentParser<Commander,​ca.stellardrift.permissionsex.context.ContextValue<?>>
      • isContextFree

        public boolean isContextFree()
        Specified by:
        isContextFree in interface cloud.commandframework.arguments.parser.ArgumentParser<Commander,​ca.stellardrift.permissionsex.context.ContextValue<?>>