Class BukkitCommandRegistrar
java.lang.Object
tech.guilhermekaua.spigotboot.commands.spigot.BukkitCommandRegistrar
-
Constructor Summary
ConstructorsConstructorDescriptionBukkitCommandRegistrar(BukkitCommandMapAccessor commandMapAccessor, CommandDispatcher dispatcher, CommandPlatformSupport commandPlatformSupport) -
Method Summary
Modifier and TypeMethodDescriptionregister(tech.guilhermekaua.spigotboot.core.context.Context context, List<CompiledRootCommand> roots) voidunregister(RegisteredCommandSet registeredCommandSet)
-
Constructor Details
-
BukkitCommandRegistrar
public BukkitCommandRegistrar(BukkitCommandMapAccessor commandMapAccessor, CommandDispatcher dispatcher, CommandPlatformSupport commandPlatformSupport)
-
-
Method Details
-
register
public RegisteredCommandSet register(tech.guilhermekaua.spigotboot.core.context.Context context, List<CompiledRootCommand> roots) -
unregister
-