Class Teleporter


  • public final class Teleporter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isOpen()
      Checks if the teleporter panel is open and visible.
      void lastTeleport()  
      boolean open()  
      boolean teleport​(java.lang.String option)  
      • Methods inherited from class java.lang.Object

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

      • Teleporter

        public Teleporter​(KSContext ctx)
    • Method Detail

      • open

        public boolean open()
        Returns:
        true if the teleporter appears open after the attempt
      • isOpen

        public boolean isOpen()
        Checks if the teleporter panel is open and visible.
        Returns:
        true if the title widget is usable and contains "Ferox Teleporter"
      • lastTeleport

        public void lastTeleport()
      • teleport

        public boolean teleport​(java.lang.String option)