RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
abstract void | dialogue (DialogueFactory factory) |
PetData (String name, int item, int npc) | |
String | getName () |
int | getItem () |
int | getNpc () |
Static Public Member Functions | |
static Optional< PetData > | forItem (int id) |
static Optional< PetData > | forNpc (int id) |
static Optional< PetData > | forOrdinal (int ordinal) |
Holds the data for pets.
Definition at line 36 of file PetData.java.
|
inline |
Constructs a new PetData
.
Definition at line 485 of file PetData.java.
|
abstract |
The dialogue of the pet.
|
inlinestatic |
Gets the pet data based on the given item identification.
Definition at line 507 of file PetData.java.
|
inlinestatic |
Gets the pet data based on the given npc identification.
Definition at line 512 of file PetData.java.
|
inlinestatic |
Gets the pet data based on the given ordinal.
Definition at line 517 of file PetData.java.
|
inline |
Gets the item identification of the pet.
Definition at line 497 of file PetData.java.
|
inline |
Gets the name of the pet.
Definition at line 492 of file PetData.java.
|
inline |
Gets the npc identification of the pet.
Definition at line 502 of file PetData.java.