Package net.runelite.api.events
Class WorldListLoad
- java.lang.Object
-
- net.runelite.api.events.WorldListLoad
-
public final class WorldListLoad extends java.lang.Object
Event 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 boolean
equals(java.lang.Object o)
World[]
getWorlds()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
WorldListLoad
public WorldListLoad(World[] worlds)
-
-
Method Detail
-
getWorlds
public World[] getWorlds()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-