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

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 ()

Detailed Description

The teleport data.

Author
Daniel

Definition at line 29 of file Teleport.java.

Constructor & Destructor Documentation

◆ Teleport()

com.osroyale.content.teleport.Teleport.Teleport ( String name,
TeleportType type,
Position position,
boolean special,
int[] items,
String... strings )
inline

Creates a new Teleport.

Definition at line 127 of file Teleport.java.

Member Function Documentation

◆ getDisplay()

int[] com.osroyale.content.teleport.Teleport.getDisplay ( )
inline

Gets the npc display of the itemcontainer.

Definition at line 155 of file Teleport.java.

◆ getName()

String com.osroyale.content.teleport.Teleport.getName ( )
inline

Gets the name of the teleport.

Definition at line 140 of file Teleport.java.

◆ getPosition()

Position com.osroyale.content.teleport.Teleport.getPosition ( )
inline

Gets the position of the teleport.

Definition at line 150 of file Teleport.java.

◆ getStrings()

String[] com.osroyale.content.teleport.Teleport.getStrings ( )
inline

Gets the information strings of the teleport.

Definition at line 166 of file Teleport.java.

◆ getType()

TeleportType com.osroyale.content.teleport.Teleport.getType ( )
inline

Gets the type of the teleport.

Definition at line 145 of file Teleport.java.

◆ isSpecial()

boolean com.osroyale.content.teleport.Teleport.isSpecial ( )
inline

If the teleport is a special case.

Definition at line 161 of file Teleport.java.


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