RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Slayer (Player player) | |
void | open (SlayerTab tab) |
void | assign (TaskDifficulty difficulty) |
boolean | cancel (boolean requiresCost) |
void | block () |
void | unblock (int index) |
void | activate (Npc npc, int killAmount) |
void | confirm (int button) |
void | purchase () |
void | store (int slot, int amount, boolean value) |
Handles the slayer skill.
Definition at line 63 of file Slayer.java.
|
inline |
Constructs a new Slayer
.
Definition at line 98 of file Slayer.java.
|
inline |
Activates killing a slayer npc.
Definition at line 208 of file Slayer.java.
|
inline |
Assigns a slayer task to the player.
Definition at line 110 of file Slayer.java.
|
inline |
Blocks the current assigned slayer task.
Definition at line 165 of file Slayer.java.
|
inline |
Cancel's the current assigned slayer task.
Definition at line 142 of file Slayer.java.
|
inline |
Opens the confirm itemcontainer for purchasing a perk.
Definition at line 227 of file Slayer.java.
|
inline |
Opens the slayer itemcontainer.
Definition at line 103 of file Slayer.java.
|
inline |
Handles purchasing a slayer perk.
Definition at line 237 of file Slayer.java.
|
inline |
Handles purchasing items from the slayer shop.
Definition at line 284 of file Slayer.java.
|
inline |
Unblocks the slayer task.
Definition at line 196 of file Slayer.java.