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

Public Member Functions

 FirstNpcClick (Npc npc)
Public Member Functions inherited from com.runehive.content.event.impl.NpcInteractionEvent
Npc getNpc ()
int getOpcode ()
 NpcInteractionEvent (InteractionType type, Npc npc, 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 FirstNpcClick.java.

Constructor & Destructor Documentation

◆ FirstNpcClick()

com.runehive.content.event.impl.FirstNpcClick.FirstNpcClick ( Npc npc)

Definition at line 7 of file FirstNpcClick.java.

7 {
8 super(InteractionType.FIRST_CLICK_NPC, npc, 0);
9 }

References com.runehive.content.event.InteractionEvent.InteractionType.FIRST_CLICK_NPC, and com.runehive.content.event.impl.NpcInteractionEvent.npc.


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