Class JoinGameSection

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

public final class JoinGameSection 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

    • JoinGameSection

      public JoinGameSection()
  • Method Details