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