java.lang.Object
de.simonsator.partyandfriendsgui.api.datarequest.party.PartyData

public class PartyData
extends java.lang.Object
  • Field Details

    • DOES_EXIST

      public final boolean DOES_EXIST
  • Method Details

    • getPartyMembers

      public java.util.List<DataRequestPlayerInfo> getPartyMembers()
      Returns the "normal" players who are in the party.
      Returns:
      Returns the "normal" players who are in the party.
    • getAllPlayers

      public java.util.List<DataRequestPlayerInfo> getAllPlayers()
      Returns:
      Returns all players in this party (including the leader).
    • getPartyLeader

      public DataRequestPlayerInfo getPartyLeader()
      Gets the leader of this party
      Returns:
      Returns the party leader
    • getProperties

      public PartyDataProperties getProperties()
      Returns:
      Returns the properties of this party. For example it contains information about if the party is public