Class ActivityPartySize

java.lang.Object
de.jcm.discordgamesdk.activity.ActivityPartySize

public class ActivityPartySize extends Object
A structure used to display information about the size (current and max) of the player's party.
See Also:
  • Method Details

    • setCurrentSize

      public void setCurrentSize(int size)
      Sets the current size of the player's party (how full the party is).
      Parameters:
      size - The current size
    • getCurrentSize

      public int getCurrentSize()
      Gets the current size of the player's party (how full the party is).
      Returns:
      The current size
    • setMaxSize

      public void setMaxSize(int size)
      Sets the maximal size of the player's party (how many people fit in the party).
      Parameters:
      size - The maximal size
    • getMaxSize

      public int getMaxSize()
      Gets the maximal size of the player's party (how many people fit in the party).
      Returns:
      The maximal size
    • toString

      public String toString()
      Overrides:
      toString in class Object