RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.teleport.TeleportHandler Class Reference

Static Public Member Functions

static void open (Player player)
static void open (Player player, TeleportType type)
static void open (Player player, TeleportType type, int teleportIndex)
static void display (Player player, Teleport teleport)
static void click (Player player, int button)
static void teleport (Player player)
static void favorite (Player player)
static void special (Player player, Teleport teleport)

Detailed Description

Handles teleporting to various locations around OS Royale.

Author
Daniel

Definition at line 62 of file TeleportHandler.java.

Member Function Documentation

◆ click()

void com.osroyale.content.teleport.TeleportHandler.click ( Player player,
int button )
inlinestatic

Handles clicking teleport buttons on the itemcontainer.

Definition at line 147 of file TeleportHandler.java.

◆ display()

void com.osroyale.content.teleport.TeleportHandler.display ( Player player,
Teleport teleport )
inlinestatic

Displays all the teleport text on the itemcontainer.

Definition at line 109 of file TeleportHandler.java.

◆ favorite()

void com.osroyale.content.teleport.TeleportHandler.favorite ( Player player)
inlinestatic

Handles favorite a teleport.

Definition at line 185 of file TeleportHandler.java.

◆ open() [1/3]

void com.osroyale.content.teleport.TeleportHandler.open ( Player player)
inlinestatic

Opens the teleport itemcontainer.

Definition at line 68 of file TeleportHandler.java.

◆ open() [2/3]

void com.osroyale.content.teleport.TeleportHandler.open ( Player player,
TeleportType type )
inlinestatic

Opens the teleport itemcontainer.

Definition at line 73 of file TeleportHandler.java.

◆ open() [3/3]

void com.osroyale.content.teleport.TeleportHandler.open ( Player player,
TeleportType type,
int teleportIndex )
inlinestatic

Opens the teleport itemcontainer to a certain teleportNoChecks type.

Definition at line 78 of file TeleportHandler.java.

◆ special()

void com.osroyale.content.teleport.TeleportHandler.special ( Player player,
Teleport teleport )
inlinestatic

Handles special case TELEPORT.

Definition at line 213 of file TeleportHandler.java.

◆ teleport()

void com.osroyale.content.teleport.TeleportHandler.teleport ( Player player)
inlinestatic

Handles teleporting to the destination.

Definition at line 159 of file TeleportHandler.java.


The documentation for this class was generated from the following file: