Package net.essentialsx.discordlink
Class DiscordLinkSettings
java.lang.Object
net.essentialsx.discordlink.DiscordLinkSettings
- All Implemented Interfaces:
com.earth2me.essentials.IConf
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
boolean
boolean
boolean
void
-
Constructor Details
-
DiscordLinkSettings
-
-
Method Details
-
getLinkPolicy
-
isBlockUnlinkedChat
public boolean isBlockUnlinkedChat() -
isUnlinkOnLeave
public boolean isUnlinkOnLeave() -
isRelayMail
public boolean isRelayMail() -
isRoleSyncRemoveRoles
public boolean isRoleSyncRemoveRoles() -
isRoleSyncRemoveGroups
public boolean isRoleSyncRemoveGroups() -
getRoleSyncResyncDelay
public int getRoleSyncResyncDelay() -
isRoleSyncPrimaryGroupOnly
public boolean isRoleSyncPrimaryGroupOnly() -
getRoleSyncGroups
-
getRoleSyncRoles
-
reloadConfig
public void reloadConfig()- Specified by:
reloadConfig
in interfacecom.earth2me.essentials.IConf
-