Class Elevator
- java.lang.Object
-
- com.osrsbots.orb.api.path.transports.Elevator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElevator.Type
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<Elevator>elevatorsstatic java.util.List<Elevator>instancedElevatorsstatic java.util.List<Elevator>regionalElevators
-
Constructor Summary
Constructors Constructor Description Elevator(Elevator.Type type, net.runelite.api.coords.WorldPoint location, net.runelite.api.coords.WorldPoint destination, java.lang.String name, java.lang.String option)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanload()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.osrsbots.orb.api.path.transports.Transport
getDestination, getName
-
-
-
-
Constructor Detail
-
Elevator
public Elevator(Elevator.Type type, net.runelite.api.coords.WorldPoint location, net.runelite.api.coords.WorldPoint destination, java.lang.String name, java.lang.String option)
-
-