Index

B C P R 
All Classes|All Packages

B

brigadierManager() - Method in class cloud.commandframework.paper.PaperCommandManager

C

cloud.commandframework.paper - package cloud.commandframework.paper
Paper specific implementation that extends the Bukkit implementation
createNative(Plugin, Function<CommandTree<CommandSender>, CommandExecutionCoordinator<CommandSender>>) - Static method in class cloud.commandframework.paper.PaperCommandManager
Create a command manager using Bukkit's CommandSender as the sender type.

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

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
B C P R 
All Classes|All Packages