Class MinigameTeleports


  • public class MinigameTeleports
    extends java.lang.Object
    This class can be used to teleport via the Grouping tab
    • 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinigameTeleports

        public MinigameTeleports()
    • Method Detail

      • teleport

        public static boolean teleport​(Minigame minigame)
        This will select the provided minigame and press the teleport button

        Note: 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