Class MinigameTeleports
- java.lang.Object
-
- org.dreambot.api.methods.minigame.MinigameTeleports
-
public class MinigameTeleports extends java.lang.Object
This class can be used to teleport via the Grouping tab
-
-
Constructor Summary
Constructors Constructor Description MinigameTeleports()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
teleport(Minigame minigame)
This will select the provided minigame and press the teleport button
-
-
-
Method Detail
-
teleport
public static boolean teleport(Minigame minigame)
This will select the provided minigame and press the teleport buttonNote: we do not track the timing between teleports, that needs be handled on the script's side
- Parameters:
minigame
- the minigame to teleport to- Returns:
- true if we're able to successfully teleport to the minigame, false otherwise
-
-