RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.itemaction.ItemAction Class Referenceabstract
Inheritance diagram for com.osroyale.content.itemaction.ItemAction:

Public Member Functions

abstract String name ()
String message (Item item)
int delay ()
boolean inventory (Player player, Item item, int opcode)

Detailed Description

Handles executing an item action.

Author
Daniel

Definition at line 42 of file ItemAction.java.

Member Function Documentation

◆ delay()

int com.osroyale.content.itemaction.ItemAction.delay ( )
inline

The item click delay of the action.

Reimplemented in com.osroyale.content.itemaction.impl.DrillDemonBox.

Definition at line 53 of file ItemAction.java.

◆ inventory()

◆ message()

String com.osroyale.content.itemaction.ItemAction.message ( Item item)
inline

The message of the action.

Reimplemented in com.osroyale.content.itemaction.impl.DrillDemonBox.

Definition at line 48 of file ItemAction.java.

◆ name()


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