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

Public Member Functions

 TeleportTablet (int item, Position position)
int getItem ()
Position getPosition ()

Static Public Member Functions

static Optional< TeleportTabletforId (int id)

Detailed Description

Holds all the teleport tablet data.

Author
Daniel

Definition at line 56 of file TeleportTablet.java.

Constructor & Destructor Documentation

◆ TeleportTablet()

com.osroyale.content.teleport.TeleportTablet.TeleportTablet ( int item,
Position position )
inline

The teleport tablet data.

Parameters
itemThe item identification of the tablet.
positionThe teleport position of the tablet.

Definition at line 80 of file TeleportTablet.java.

Member Function Documentation

◆ forId()

Optional< TeleportTablet > com.osroyale.content.teleport.TeleportTablet.forId ( int id)
inlinestatic

Gets the teleport tablet data based on the item identification.

Parameters
idThe item identification.
Returns
The teleport tablet data.

Definition at line 110 of file TeleportTablet.java.

◆ getItem()

int com.osroyale.content.teleport.TeleportTablet.getItem ( )
inline

Gets the item identification of the tablet.

Returns
The item identification.

Definition at line 90 of file TeleportTablet.java.

◆ getPosition()

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

Gets the position of the teleport tablet.

Returns
The position.

Definition at line 99 of file TeleportTablet.java.


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