RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Skulling (Player player) | |
void | checkForSkulling (Player opponent) |
void | skull (Player attacking, SkullHeadIconType icon) |
void | unskull () |
SkullHeadIconType | getHeadIconType () |
Handles the skulling class.
Definition at line 55 of file Skulling.java.
|
inline |
Constructs a new Skulling
class.
player | The player instance. |
Definition at line 73 of file Skulling.java.
|
inline |
Checks if player requires a skull upon attacking another player.
opponent | The opponent. |
Definition at line 83 of file Skulling.java.
|
inline |
|
inline |
Skulls the player and deposit's the attacked player into the list.
attacking |
Definition at line 105 of file Skulling.java.
|
inline |
Unskulls the player.
Definition at line 132 of file Skulling.java.