Package net.runelite.api.events
Class PreMapLoad
- java.lang.Object
-
- net.runelite.api.events.PreMapLoad
-
public final class PreMapLoad extends java.lang.ObjectThis event is run from the maploader thread prior to the map load completing. Most client operations can't be done from this thread safely. You probably don't want to use this event.
-
-
Constructor Summary
Constructors Constructor Description PreMapLoad(WorldView worldView, Scene scene)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ScenegetScene()WorldViewgetWorldView()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getWorldView
public WorldView getWorldView()
-
getScene
public Scene getScene()
-
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
-
-