Holds all the teleport tablet data.
- Author
- Daniel
Definition at line 56 of file TeleportTablet.java.
◆ TeleportTablet()
com.osroyale.content.teleport.TeleportTablet.TeleportTablet |
( |
int | item, |
|
|
Position | position ) |
|
inline |
The teleport tablet data.
- Parameters
-
item | The item identification of the tablet. |
position | The teleport position of the tablet. |
Definition at line 80 of file TeleportTablet.java.
◆ forId()
Optional< TeleportTablet > com.osroyale.content.teleport.TeleportTablet.forId |
( |
int | id | ) |
|
|
inlinestatic |
Gets the teleport tablet data based on the item identification.
- Parameters
-
id | The 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: