Class SubjectTypeParser<C>
- java.lang.Object
-
- ca.stellardrift.permissionsex.minecraft.command.argument.SubjectTypeParser<C>
-
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,ca.stellardrift.permissionsex.subject.SubjectType<?>>
public final class SubjectTypeParser<C> extends Object implements cloud.commandframework.arguments.parser.ArgumentParser<C,ca.stellardrift.permissionsex.subject.SubjectType<?>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<ca.stellardrift.permissionsex.subject.SubjectType<?>>parse(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull Queue<String> inputQueue)@NonNull List<String>suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input)
-
-
-
Method Detail
-
parse
public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<ca.stellardrift.permissionsex.subject.SubjectType<?>> parse(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull Queue<String> inputQueue)
- Specified by:
parsein interfacecloud.commandframework.arguments.parser.ArgumentParser<C,ca.stellardrift.permissionsex.subject.SubjectType<?>>
-
suggestions
public @NonNull List<String> suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input)
- Specified by:
suggestionsin interfacecloud.commandframework.arguments.parser.ArgumentParser<C,ca.stellardrift.permissionsex.subject.SubjectType<?>>
-
-