Package net.runelite.api.events
Class WorldListLoad
- java.lang.Object
-
- net.runelite.api.events.WorldListLoad
-
public final class WorldListLoad extends java.lang.ObjectEvent when the world list is loaded for the world switcher
-
-
Constructor Summary
Constructors Constructor Description WorldListLoad(World[] worlds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)World[]getWorlds()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
WorldListLoad
public WorldListLoad(World[] worlds)
-
-
Method Detail
-
getWorlds
public World[] getWorlds()
-
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
-
-