RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Teleport (String name, TeleportType type, Position position, boolean special, int[] items, String... strings) | |
String | getName () |
TeleportType | getType () |
Position | getPosition () |
int[] | getDisplay () |
boolean | isSpecial () |
String[] | getStrings () |
The teleport data.
Definition at line 29 of file Teleport.java.
|
inline |
Creates a new Teleport
.
Definition at line 127 of file Teleport.java.
|
inline |
Gets the npc display of the itemcontainer.
Definition at line 155 of file Teleport.java.
|
inline |
Gets the name of the teleport.
Definition at line 140 of file Teleport.java.
|
inline |
Gets the position of the teleport.
Definition at line 150 of file Teleport.java.
|
inline |
Gets the information strings of the teleport.
Definition at line 166 of file Teleport.java.
|
inline |
Gets the type of the teleport.
Definition at line 145 of file Teleport.java.
|
inline |
If the teleport is a special case.
Definition at line 161 of file Teleport.java.