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, int quaternary)
    • ItemAction

      public ItemAction(int opcode, int primary, int secondary, int tertiary, int quaternary)
  • Method Details

    • getId

      public int getId()
    • getIndex

      public int getIndex()
    • getSource

      public Item getSource()
    • getComponent

      public InterfaceComponent getComponent()
    • toString

      public String toString()
      Overrides:
      toString in class MenuAction