Class MenuInteractionEvent

  • All Implemented Interfaces:
    com.runemate.game.api.script.framework.listeners.events.Event

    public final class MenuInteractionEvent
    extends java.lang.Object
    implements com.runemate.game.api.script.framework.listeners.events.Event
    • Constructor Detail

      • MenuInteractionEvent

        public MenuInteractionEvent​(int param0,
                                    int param1,
                                    int opcode,
                                    int identifier,
                                    java.lang.String action,
                                    java.lang.String target,
                                    int mouseX,
                                    int mouseY)
    • Method Detail

      • getType

        @Deprecated
        public MenuItem.Type getType()
        Deprecated.
      • getOption

        @Deprecated
        public java.lang.String getOption()
        Deprecated.
      • getTitle

        @Deprecated
        public java.lang.String getTitle()
        Deprecated.
      • getParam0

        public int getParam0()
      • getParam1

        public int getParam1()
      • getOpcode

        public int getOpcode()
      • getIdentifier

        public int getIdentifier()
      • getAction

        public java.lang.String getAction()
      • getTarget

        public java.lang.String getTarget()
      • getMouseX

        public int getMouseX()
      • getMouseY

        public int getMouseY()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getParam2

        @Deprecated
        public int getParam2()
        Deprecated.
      • isDirectInputEvent

        public boolean isDirectInputEvent()