RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.event.impl.ThirdObjectClick Class Reference
Inheritance diagram for com.runehive.content.event.impl.ThirdObjectClick:
Collaboration diagram for com.runehive.content.event.impl.ThirdObjectClick:

Public Member Functions

 ThirdObjectClick (GameObject object)
Public Member Functions inherited from com.runehive.content.event.impl.ObjectInteractionEvent
GameObject getObject ()
int getOpcode ()
 ObjectInteractionEvent (InteractionType type, GameObject object, int opcode)
Public Member Functions inherited from com.runehive.content.event.InteractionEvent
InteractionType getType ()
boolean isHandled ()
void setHandled (boolean handled)

Additional Inherited Members

Protected Member Functions inherited from com.runehive.content.event.InteractionEvent
 InteractionEvent (InteractionType type)

Detailed Description

Definition at line 5 of file ThirdObjectClick.java.

Constructor & Destructor Documentation

◆ ThirdObjectClick()

com.runehive.content.event.impl.ThirdObjectClick.ThirdObjectClick ( GameObject object)

Definition at line 7 of file ThirdObjectClick.java.

7 {
8 super(InteractionType.THIRD_CLICK_OBJECT, object, 2);
9 }

References com.runehive.content.event.InteractionEvent.InteractionType.THIRD_CLICK_OBJECT.


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