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 Details

  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface tech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
    • onContextReady

      public void onContextReady(tech.guilhermekaua.spigotboot.core.context.Context context)
      Specified by:
      onContextReady in interface tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners.ContextReadyListener