Package net.dv8tion.jda.api.entities
Class RichPresence.Party
java.lang.Object
net.dv8tion.jda.api.entities.RichPresence.Party
- Enclosing interface:
- RichPresence
Holds information on a player's party
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Party
-
-
Method Details
-
getId
ID for this party, relevant to the game.- Returns:
- The ID for this party, or
null
if unset
-
getSize
public long getSize()The current size of this party, or0
if unset- Returns:
- The current size of this party, or
0
if unset
-
getMax
public long getMax()The maximum size of this party, or0
if unset- Returns:
- The maximum size of this party, or
0
if unset
-
toString
-
equals
-
hashCode
public int hashCode()
-