Package net.runelite.client.events
Class WorldsFetch
- java.lang.Object
-
- net.runelite.client.events.WorldsFetch
-
public final class WorldsFetch extends java.lang.ObjectFired when the @{link net.runelite.client.game.WorldService} refreshes the world list
-
-
Constructor Summary
Constructors Constructor Description WorldsFetch(net.runelite.http.api.worlds.WorldResult worldResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)net.runelite.http.api.worlds.WorldResultgetWorldResult()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getWorldResult
public net.runelite.http.api.worlds.WorldResult getWorldResult()
-
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
-
-