Interface Module
- All Known Implementing Classes:
AccountModule, ApiModule, EmojiModule, FirstJoinModule, GraveModule, LagStopModule, ModerationModule, PlayerActionNotifyModule, PlaytimeModule, ReportModule
public interface Module
-
Method Summary
Modifier and TypeMethodDescriptionCommand names this module owns, matching entries in plugin.yml.default org.bukkit.command.CommandExecutorgetExecutor(String command) default List<org.bukkit.event.Listener> getName()default org.bukkit.command.TabCompletergetTabCompleter(String command) voidvoiddefault void
-
Method Details
-
onEnable
-
onDisable
void onDisable() -
reloadConfig
default void reloadConfig() -
getListeners
-
getCommands
-
getExecutor
-
getTabCompleter
-
getName
String getName()
-