RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.combat.Skulling Class Reference

Public Member Functions

 Skulling (Player player)
void checkForSkulling (Player opponent)
void skull (Player attacking, SkullHeadIconType icon)
void unskull ()
SkullHeadIconType getHeadIconType ()

Detailed Description

Handles the skulling class.

Author
Daniel

Definition at line 55 of file Skulling.java.

Constructor & Destructor Documentation

◆ Skulling()

com.osroyale.content.combat.Skulling.Skulling ( Player player)
inline

Constructs a new Skulling class.

Parameters
playerThe player instance.

Definition at line 73 of file Skulling.java.

Member Function Documentation

◆ checkForSkulling()

void com.osroyale.content.combat.Skulling.checkForSkulling ( Player opponent)
inline

Checks if player requires a skull upon attacking another player.

Parameters
opponentThe opponent.

Definition at line 83 of file Skulling.java.

◆ getHeadIconType()

SkullHeadIconType com.osroyale.content.combat.Skulling.getHeadIconType ( )
inline

Gets the skull icon.

Returns
The skull icon.

Definition at line 152 of file Skulling.java.

◆ skull()

void com.osroyale.content.combat.Skulling.skull ( Player attacking,
SkullHeadIconType icon )
inline

Skulls the player and deposit's the attacked player into the list.

Parameters
attacking

Definition at line 105 of file Skulling.java.

◆ unskull()

void com.osroyale.content.combat.Skulling.unskull ( )
inline

Unskulls the player.

Definition at line 132 of file Skulling.java.


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