Package net.runelite.api.events
Class PreMapLoad
- java.lang.Object
-
- net.runelite.api.events.PreMapLoad
-
public final class PreMapLoad extends Object
This 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 boolean
equals(Object o)
Scene
getScene()
WorldView
getWorldView()
int
hashCode()
String
toString()
-