Class PartyData
java.lang.Object
de.simonsator.partyandfriendsgui.api.datarequest.party.PartyData
public class PartyData
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
DOES_EXIST
-
Method Summary
Modifier and Type Method Description java.util.List<DataRequestPlayerInfo>
getAllPlayers()
DataRequestPlayerInfo
getPartyLeader()
Gets the leader of this partyjava.util.List<DataRequestPlayerInfo>
getPartyMembers()
Returns the "normal" players who are in the party.PartyDataProperties
getProperties()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DOES_EXIST
public final boolean DOES_EXIST
-
-
Method Details
-
getPartyMembers
Returns the "normal" players who are in the party.- Returns:
- Returns the "normal" players who are in the party.
-
getAllPlayers
- Returns:
- Returns all players in this party (including the leader).
-
getPartyLeader
Gets the leader of this party- Returns:
- Returns the party leader
-
getProperties
- Returns:
- Returns the properties of this party. For example it contains information about if the party is public
-