Class SingleEntitySelectorArgument.SingleEntitySelectorParser<C>
java.lang.Object
cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument.SingleEntitySelectorParser<C>
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,SingleEntitySelector>
- Enclosing class:
- SingleEntitySelectorArgument<C>
public static final class SingleEntitySelectorArgument.SingleEntitySelectorParser<C>
extends Object
implements cloud.commandframework.arguments.parser.ArgumentParser<C,SingleEntitySelector>
-
Field Summary
Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
DEFAULT_ARGUMENT_COUNT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<SingleEntitySelector>parse(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull Queue<@NonNull String> inputQueue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
getRequestedArgumentCount, isContextFree, map, suggestions
-
Constructor Details
-
SingleEntitySelectorParser
public SingleEntitySelectorParser()
-
-
Method Details
-
parse
public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<SingleEntitySelector> parse(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull Queue<@NonNull String> inputQueue) - Specified by:
parsein interfacecloud.commandframework.arguments.parser.ArgumentParser<C,SingleEntitySelector>
-