|
RuneHive-Game
|
The in-game spellbooks for players. More...
Public Member Functions | |
| int | getId () |
| Gets the id of this spellbook. | |
| int | getInterfaceId () |
| Gets the sidebar interfaceId of this spellbook. | |
| String | getName () |
| Gets the spellbook name. | |
| Spellbook (String name, int id, int sidebar) | |
Constructs a new Spellbook. | |
Public Attributes | |
| ANCIENT =("Ancient", 1, 12855) | |
| LUNAR =("Lunar", 2, 29999) | |
| MODERN =("Modern", 0, 40000) | |
Private Attributes | |
| final int | id |
| The id of this spellbook. | |
| final String | name |
| The name of the spellbook. | |
| final int | sidebar |
| The sidebar interfaceId of this spellbook. | |
The in-game spellbooks for players.
Definition at line 8 of file Spellbook.java.
| com.runehive.content.skill.impl.magic.Spellbook.Spellbook | ( | String | name, |
| int | id, | ||
| int | sidebar ) |
| int com.runehive.content.skill.impl.magic.Spellbook.getId | ( | ) |
Gets the id of this spellbook.
Definition at line 34 of file Spellbook.java.
References id.
| int com.runehive.content.skill.impl.magic.Spellbook.getInterfaceId | ( | ) |
Gets the sidebar interfaceId of this spellbook.
Definition at line 39 of file Spellbook.java.
References sidebar.
Referenced by com.runehive.content.lms.LMSGame.giveItems(), and com.runehive.content.lms.LMSGame.reset().
| String com.runehive.content.skill.impl.magic.Spellbook.getName | ( | ) |
Gets the spellbook name.
Definition at line 29 of file Spellbook.java.
References name.
| com.runehive.content.skill.impl.magic.Spellbook.ANCIENT =("Ancient", 1, 12855) |
Definition at line 10 of file Spellbook.java.
Referenced by com.runehive.content.lms.loadouts.impl.Max.getSpellbook(), com.runehive.content.lms.loadouts.impl.Pure.getSpellbook(), com.runehive.content.lms.loadouts.impl.Zerk.getSpellbook(), com.runehive.content.preloads.impl.InitiateNHPreload.spellbook(), com.runehive.content.preloads.impl.MainNHPreload.spellbook(), com.runehive.content.preloads.impl.PureNHPreload.spellbook(), and com.runehive.content.preloads.impl.ZerkerNHPreload.spellbook().
|
private |
The id of this spellbook.
Definition at line 17 of file Spellbook.java.
Referenced by getId(), and Spellbook().
| com.runehive.content.skill.impl.magic.Spellbook.LUNAR =("Lunar", 2, 29999) |
Definition at line 11 of file Spellbook.java.
Referenced by com.runehive.content.skill.impl.magic.spell.impl.Vengeance.execute(), com.runehive.content.bot.PlayerBot.PlayerBot(), com.runehive.content.preloads.impl.MainMeleePreload.spellbook(), com.runehive.content.preloads.impl.MainRangePreload.spellbook(), com.runehive.content.preloads.impl.ZerkerMeleePreload.spellbook(), and com.runehive.content.preloads.impl.ZerkerRangePreload.spellbook().
| com.runehive.content.skill.impl.magic.Spellbook.MODERN =("Modern", 0, 40000) |
Definition at line 9 of file Spellbook.java.
Referenced by com.runehive.content.skill.impl.magic.spell.impl.BonesToBananas.execute(), com.runehive.content.skill.impl.magic.spell.impl.BonesToPeaches.execute(), com.runehive.content.skill.impl.magic.spell.impl.HighAlchemy.execute(), com.runehive.content.skill.impl.magic.spell.impl.LowAlchemy.execute(), com.runehive.content.skill.impl.magic.spell.impl.SuperHeat.execute(), com.runehive.content.preset.Preset.Preset(), com.runehive.content.preset.Preset.Preset(), com.runehive.game.world.entity.combat.magic.Autocast.sendSelectionInterface(), com.runehive.content.preloads.impl.F2PMeleePreload.spellbook(), com.runehive.content.preloads.impl.F2PRangePreload.spellbook(), com.runehive.content.preloads.impl.InitiateMeleePreload.spellbook(), com.runehive.content.preloads.impl.InitiateRangePreload.spellbook(), com.runehive.content.preloads.impl.PureMeleePreload.spellbook(), and com.runehive.content.preloads.impl.PureRangePreload.spellbook().
|
private |
The name of the spellbook.
Definition at line 14 of file Spellbook.java.
Referenced by getName(), and Spellbook().
|
private |
The sidebar interfaceId of this spellbook.
Definition at line 19 of file Spellbook.java.
Referenced by getInterfaceId(), and Spellbook().