Class CommandsContextReadyRegistrar
java.lang.Object
tech.guilhermekaua.spigotboot.commands.spigot.CommandsContextReadyRegistrar
- All Implemented Interfaces:
tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners.ContextReadyListener,tech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
public class CommandsContextReadyRegistrar
extends Object
implements tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners.ContextReadyListener, tech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
-
Constructor Summary
ConstructorsConstructorDescriptionCommandsContextReadyRegistrar(CommandRootCompiler commandRootCompiler, BukkitCommandRegistrar bukkitCommandRegistrar, CommandReplacementRegistry replacementRegistry) -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidonContextReady(tech.guilhermekaua.spigotboot.core.context.Context context)
-
Constructor Details
-
CommandsContextReadyRegistrar
public CommandsContextReadyRegistrar(CommandRootCompiler commandRootCompiler, BukkitCommandRegistrar bukkitCommandRegistrar, CommandReplacementRegistry replacementRegistry)
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfacetech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
-
onContextReady
public void onContextReady(tech.guilhermekaua.spigotboot.core.context.Context context) - Specified by:
onContextReadyin interfacetech.guilhermekaua.spigotboot.core.context.lifecycle.listeners.ContextReadyListener
-