Class PlaytimeModule
java.lang.Object
com.haven.havenplugin.PlaytimeModule
- All Implemented Interfaces:
Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCommand names this module owns, matching entries in plugin.yml.org.bukkit.command.CommandExecutorgetExecutor(String command) List<org.bukkit.event.Listener> getName()org.bukkit.command.TabCompletergetTabCompleter(String command) voidvoidvoid
-
Constructor Details
-
PlaytimeModule
public PlaytimeModule()
-
-
Method Details
-
getName
-
onEnable
-
onDisable
-
reloadConfig
public void reloadConfig()- Specified by:
reloadConfigin interfaceModule
-
getListeners
- Specified by:
getListenersin interfaceModule
-
getCommands
Description copied from interface:ModuleCommand names this module owns, matching entries in plugin.yml.- Specified by:
getCommandsin interfaceModule
-
getExecutor
- Specified by:
getExecutorin interfaceModule
-
getTabCompleter
- Specified by:
getTabCompleterin interfaceModule
-