Class Teleport
- java.lang.Object
-
- com.osrsbots.orb.api.path.transports.Teleport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeleport.Type
-
Constructor Summary
Constructors Constructor Description Teleport(Teleport.Type type, java.lang.String name, @Nullable java.lang.String option, boolean members, net.runelite.api.coords.WorldPoint destination, @Nullable java.util.List<TransportRequirement.Item> itemRequirements, @Nullable java.util.List<TransportRequirement.Skill> skillRequirements)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancanUseHome()static booleancanUseMiniGame()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
-
-
-
-
Field Detail
-
teleports
public static final java.util.List<Teleport> teleports
-
-
Constructor Detail
-
Teleport
public Teleport(Teleport.Type type, java.lang.String name, @Nullable @Nullable java.lang.String option, boolean members, net.runelite.api.coords.WorldPoint destination, @Nullable @Nullable java.util.List<TransportRequirement.Item> itemRequirements, @Nullable @Nullable java.util.List<TransportRequirement.Skill> skillRequirements)
-
-