RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.skill.impl.magic.Spellbook Enum Reference

Public Member Functions

 Spellbook (String name, int id, int sidebar)
String getName ()
int getId ()
int getInterfaceId ()

Detailed Description

The in-game spellbooks for players.

Author
Daniel | Obey

Definition at line 34 of file Spellbook.java.

Constructor & Destructor Documentation

◆ Spellbook()

com.osroyale.content.skill.impl.magic.Spellbook.Spellbook ( String name,
int id,
int sidebar )
inline

Constructs a new Spellbook.

Definition at line 48 of file Spellbook.java.

Member Function Documentation

◆ getId()

int com.osroyale.content.skill.impl.magic.Spellbook.getId ( )
inline

Gets the id of this spellbook.

Definition at line 60 of file Spellbook.java.

◆ getInterfaceId()

int com.osroyale.content.skill.impl.magic.Spellbook.getInterfaceId ( )
inline

Gets the sidebar interfaceId of this spellbook.

Definition at line 65 of file Spellbook.java.

◆ getName()

String com.osroyale.content.skill.impl.magic.Spellbook.getName ( )
inline

Gets the spellbook name.

Definition at line 55 of file Spellbook.java.


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