Class SupportedFeatures
java.lang.Object
io.github.dexrnzacattack.rrdiscordbridge.SupportedFeatures
Features supported by the server software
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
setCanGetServerMotd
(boolean v) SetshasServerMotd
setCanGetServerName
(boolean v) SetshasServerName
setCanQueryPlayerHasJoinedBefore
(boolean v) SetscanQueryPlayerHasJoinedBefore
setCanQueryServerOperators
(boolean v) SetscanQueryServerOperators
setCanSendConsoleCommands
(boolean v) SetscanSendConsoleCommands
-
Constructor Details
-
SupportedFeatures
public SupportedFeatures()
-
-
Method Details
-
setCanGetServerName
SetshasServerName
-
setCanGetServerMotd
SetshasServerMotd
-
setCanQueryServerOperators
SetscanQueryServerOperators
-
setCanQueryPlayerHasJoinedBefore
SetscanQueryPlayerHasJoinedBefore
-
setCanSendConsoleCommands
SetscanSendConsoleCommands
-
canGetServerName
public boolean canGetServerName()- Returns:
hasServerName
-
canGetServerMotd
public boolean canGetServerMotd()- Returns:
hasServerMotd
-
canQueryServerOperators
public boolean canQueryServerOperators()- Returns:
canQueryServerOperators
-
canQueryPlayerHasJoinedBefore
public boolean canQueryPlayerHasJoinedBefore()- Returns:
canQueryPlayerHasJoinedBefore
-
canSendConsoleCommands
public boolean canSendConsoleCommands()- Returns:
canSendConsoleCommands
-