Class MultiPlayerSection

java.lang.Object
com.hypherionmc.simplerpc.config.presence.MultiPlayerSection
All Implemented Interfaces:
RichPresenceContainer

public final class MultiPlayerSection extends Object implements RichPresenceContainer
  • Field Details

    • enabled

      public boolean enabled
    • description

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> description
    • state

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> state
    • largeImageKey

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> largeImageKey
    • largeImageText

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> largeImageText
    • smallImageKey

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> smallImageKey
    • smallImageText

      public shadow.hypherionmc.moonconfig.core.fields.RandomArrayList<String> smallImageText
    • buttonsList

      public List<ButtonWrapper> buttonsList
  • Constructor Details

    • MultiPlayerSection

      public MultiPlayerSection()
  • Method Details