Class ItemStackPredicateArgument.Parser<C>
java.lang.Object
cloud.commandframework.bukkit.parsers.ItemStackPredicateArgument.Parser<C>
- Type Parameters:
C- sender type
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,ItemStackPredicate>
- Enclosing class:
- ItemStackPredicateArgument<C>
public static final class ItemStackPredicateArgument.Parser<C>
extends Object
implements cloud.commandframework.arguments.parser.ArgumentParser<C,ItemStackPredicate>
Parser for
ItemStackPredicateArgument. Only supported on Minecraft 1.13 and newer CraftBukkit based servers.- Since:
- 1.5.0
-
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<@NonNull ItemStackPredicate>parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull Queue<@NonNull String> inputQueue) suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input) 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
-
Constructor Details
-
Parser
public Parser()Create a newItemStackPredicateArgument.Parser.- Since:
- 1.5.0
-
-
Method Details
-
parse
public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull ItemStackPredicate> parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull Queue<@NonNull String> inputQueue) - Specified by:
parsein interfacecloud.commandframework.arguments.parser.ArgumentParser<C,ItemStackPredicate>
-
suggestions
public @NonNull List<@NonNull String> suggestions(@NonNull cloud.commandframework.context.CommandContext<C> commandContext, @NonNull String input) - Specified by:
suggestionsin interfacecloud.commandframework.arguments.parser.ArgumentParser<C,ItemStackPredicate>
-