Package dev.aura.bungeechat.module.perms
Class CloudNetPerms3Module
- java.lang.Object
-
- dev.aura.bungeechat.module.perms.PermissionPluginModule
-
- dev.aura.bungeechat.module.perms.CloudNetPerms3Module
-
- All Implemented Interfaces:
dev.aura.bungeechat.api.module.BungeeChatModule
public class CloudNetPerms3Module extends PermissionPluginModule
-
-
Constructor Summary
Constructors Constructor Description CloudNetPerms3Module()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
boolean
isEnabled()
void
onDisable()
void
onEnable()
-
Methods inherited from class dev.aura.bungeechat.module.perms.PermissionPluginModule
forceModule, getForcedPermissionModules, isPluginPresent
-
-
-
-
Method Detail
-
getName
public String getName()
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfacedev.aura.bungeechat.api.module.BungeeChatModule
- Overrides:
isEnabled
in classPermissionPluginModule
-
onEnable
public void onEnable()
-
onDisable
public void onDisable()
-
-