Class TeleportSettings
- java.lang.Object
-
- org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
-
public class TeleportSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TeleportSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addNexus(HousePortal nexus)
static void
clearNexus()
static boolean
containsNexus(HousePortal nexus)
static java.util.List<HousePortal>
getAvailableNexus()
static int
getJewelleryBoxLevel()
static void
removeNexus(HousePortal nexus)
static void
setJewelleryBoxLevel(int jewelleryBoxLevel)
-
-
-
Method Detail
-
getAvailableNexus
public static java.util.List<HousePortal> getAvailableNexus()
-
addNexus
public static void addNexus(HousePortal nexus)
-
removeNexus
public static void removeNexus(HousePortal nexus)
-
containsNexus
public static boolean containsNexus(HousePortal nexus)
-
clearNexus
public static void clearNexus()
-
getJewelleryBoxLevel
public static int getJewelleryBoxLevel()
-
setJewelleryBoxLevel
public static void setJewelleryBoxLevel(int jewelleryBoxLevel)
-
-