Class ContextValueParser
- java.lang.Object
-
- ca.stellardrift.permissionsex.minecraft.command.argument.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContextFree()@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)@NonNull List<@NonNull String>suggestions(@NonNull cloud.commandframework.context.CommandContext<Commander> ctx, @NonNull String input)
-
-
-
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:
parsein interfacecloud.commandframework.arguments.parser.ArgumentParser<Commander,ca.stellardrift.permissionsex.context.ContextValue<?>>
-
suggestions
public @NonNull List<@NonNull String> suggestions(@NonNull cloud.commandframework.context.CommandContext<Commander> ctx, @NonNull String input)
- Specified by:
suggestionsin interfacecloud.commandframework.arguments.parser.ArgumentParser<Commander,ca.stellardrift.permissionsex.context.ContextValue<?>>
-
isContextFree
public boolean isContextFree()
- Specified by:
isContextFreein interfacecloud.commandframework.arguments.parser.ArgumentParser<Commander,ca.stellardrift.permissionsex.context.ContextValue<?>>
-
-