Class PlaytimeModule

java.lang.Object
com.haven.havenplugin.PlaytimeModule
All Implemented Interfaces:
Module

public class PlaytimeModule extends Object implements Module
  • Constructor Details

    • PlaytimeModule

      public PlaytimeModule()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface Module
    • onEnable

      public void onEnable(Main plugin)
      Specified by:
      onEnable in interface Module
    • onDisable

      public void onDisable()
      Specified by:
      onDisable in interface Module
    • reloadConfig

      public void reloadConfig()
      Specified by:
      reloadConfig in interface Module
    • getListeners

      public List<org.bukkit.event.Listener> getListeners()
      Specified by:
      getListeners in interface Module
    • getCommands

      public List<String> getCommands()
      Description copied from interface: Module
      Command names this module owns, matching entries in plugin.yml.
      Specified by:
      getCommands in interface Module
    • getExecutor

      public org.bukkit.command.CommandExecutor getExecutor(String command)
      Specified by:
      getExecutor in interface Module
    • getTabCompleter

      public org.bukkit.command.TabCompleter getTabCompleter(String command)
      Specified by:
      getTabCompleter in interface Module