Package net.runelite.client.events
Class RuneScapeProfileChanged
- java.lang.Object
-
- net.runelite.client.events.RuneScapeProfileChanged
-
public final class RuneScapeProfileChanged extends java.lang.ObjectPosted when the user switches to a different RuneScape save profile This might be because they logged into a different account, or hopped to/from a Beta/Tournament/DMM/Leagues world
-
-
Constructor Summary
Constructors Constructor Description RuneScapeProfileChanged(java.lang.String previousProfile, java.lang.String newProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetNewProfile()java.lang.StringgetPreviousProfile()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPreviousProfile
@Nullable public java.lang.String getPreviousProfile()
-
getNewProfile
@Nullable public java.lang.String getNewProfile()
-
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
-
-