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

Public Member Functions

 SecondObjectClick (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 6 of file SecondObjectClick.java.

Constructor & Destructor Documentation

◆ SecondObjectClick()

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

Definition at line 8 of file SecondObjectClick.java.

8 {
9 super(InteractionEvent.InteractionType.SECOND_CLICK_OBJECT, object, 1);
10 }

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


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