Class ItemAction

java.lang.Object
org.rspeer.game.action.MenuAction
org.rspeer.game.action.tree.ItemAction
All Implemented Interfaces:
Action

public class ItemAction extends MenuAction
  • Constructor Details

    • ItemAction

      public ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary)
    • ItemAction

      public ItemAction(int opcode, int primary, int secondary, int tertiary)
    • ItemAction

      public ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component)
    • ItemAction

      public ItemAction(int opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component)
  • Method Details