Class SupportedFeatures

java.lang.Object
io.github.dexrnzacattack.rrdiscordbridge.SupportedFeatures

public class SupportedFeatures extends Object
Features supported by the server software
  • Constructor Details

    • SupportedFeatures

      public SupportedFeatures()
  • Method Details

    • setCanGetServerName

      public SupportedFeatures setCanGetServerName(boolean v)
      Sets hasServerName
    • setCanGetServerMotd

      public SupportedFeatures setCanGetServerMotd(boolean v)
      Sets hasServerMotd
    • setCanQueryServerOperators

      public SupportedFeatures setCanQueryServerOperators(boolean v)
      Sets canQueryServerOperators
    • setCanQueryPlayerHasJoinedBefore

      public SupportedFeatures setCanQueryPlayerHasJoinedBefore(boolean v)
      Sets canQueryPlayerHasJoinedBefore
    • setCanSendConsoleCommands

      public SupportedFeatures setCanSendConsoleCommands(boolean v)
      Sets canSendConsoleCommands
    • 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