Index
All Classes and Interfaces|All Packages
A
- asOptionalWithDefault(NamespacedKey) - Method in class cloud.commandframework.paper.argument.KeyedWorldArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
B
- brigadierManager() - Method in class cloud.commandframework.paper.PaperCommandManager
- build() - Method in class cloud.commandframework.paper.argument.KeyedWorldArgument.Builder
-
Build a new
KeyedWorldArgument. - builder(String) - Static method in class cloud.commandframework.paper.argument.KeyedWorldArgument
-
Create a new
KeyedWorldArgument.Builder.
C
- cloud.commandframework.paper - package cloud.commandframework.paper
-
Paper specific implementation that extends the Bukkit implementation
- cloud.commandframework.paper.argument - package cloud.commandframework.paper.argument
-
Paper specific command arguments
- createNative(Plugin, Function<CommandTree<CommandSender>, CommandExecutionCoordinator<CommandSender>>) - Static method in class cloud.commandframework.paper.PaperCommandManager
-
Create a command manager using Bukkit's
CommandSenderas the sender type.
K
- KeyedWorldArgument<C> - Class in cloud.commandframework.paper.argument
-
Argument type that parses Bukkit
worldsfrom aNamespacedKey. - KeyedWorldArgument.Builder<C> - Class in cloud.commandframework.paper.argument
-
Builder for
KeyedWorldArgument. - KeyedWorldArgument.Parser<C> - Class in cloud.commandframework.paper.argument
-
Parser for
worldsfrom theirNamespacedKey.
O
- of(String) - Static method in class cloud.commandframework.paper.argument.KeyedWorldArgument
-
Create a new required
KeyedWorldArgument. - optional(String) - Static method in class cloud.commandframework.paper.argument.KeyedWorldArgument
-
Create a new optional
KeyedWorldArgument. - optional(String, NamespacedKey) - Static method in class cloud.commandframework.paper.argument.KeyedWorldArgument
-
Create a new
KeyedWorldArgumentwith the specified default value.
P
- PaperCommandManager<C> - Class in cloud.commandframework.paper
-
Paper command manager that extends
BukkitCommandManager - PaperCommandManager(Plugin, Function<CommandTree<C>, CommandExecutionCoordinator<C>>, Function<CommandSender, C>, Function<C, CommandSender>) - Constructor for class cloud.commandframework.paper.PaperCommandManager
-
Construct a new Paper command manager
- parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.paper.argument.KeyedWorldArgument.Parser
- Parser() - Constructor for class cloud.commandframework.paper.argument.KeyedWorldArgument.Parser
-
Create a new
KeyedWorldArgument.Parser.
R
- registerAsynchronousCompletions() - Method in class cloud.commandframework.paper.PaperCommandManager
-
Register asynchronous completions.
- registerBrigadier() - Method in class cloud.commandframework.paper.PaperCommandManager
-
Register Brigadier mappings using the native paper events
S
- suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.paper.argument.KeyedWorldArgument.Parser
All Classes and Interfaces|All Packages