Package dev.aura.bungeechat.api.module
Interface BungeeChatModule
-
public interface BungeeChatModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
boolean
isEnabled()
void
onDisable()
void
onEnable()
-
-
-
Method Detail
-
getName
String getName()
-
isEnabled
boolean isEnabled()
-
onEnable
void onEnable()
-
onDisable
void onDisable()
-
-