Package net.runelite.client.events
Class PartyChanged
- java.lang.Object
-
- net.runelite.client.events.PartyChanged
-
public final class PartyChanged extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PartyChanged(java.lang.String passphrase, java.lang.Long partyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetPartyId()The new party id, or null if no partyjava.lang.StringgetPassphrase()The passphrase used to derive the party idinthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPassphrase
public java.lang.String getPassphrase()
The passphrase used to derive the party id
-
getPartyId
public java.lang.Long getPartyId()
The new party id, or null if no party
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-