|
RuneHive-Game
|
Public Member Functions | |
| Item | getItem () |
| int | getOpcode () |
| int | getSlot () |
| Public Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionType | getType () |
| boolean | isHandled () |
| void | setHandled (boolean handled) |
Package Functions | |
| ItemInteractionEvent (InteractionType type, Item item, int slot, int opcode) | |
Private Attributes | |
| final Item | item |
| final int | opcode |
| final int | slot |
Additional Inherited Members | |
| Protected Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionEvent (InteractionType type) | |
Definition at line 6 of file ItemInteractionEvent.java.
|
package |
Definition at line 11 of file ItemInteractionEvent.java.
References item, opcode, and com.runehive.content.event.InteractionEvent.type.
| Item com.runehive.content.event.impl.ItemInteractionEvent.getItem | ( | ) |
| int com.runehive.content.event.impl.ItemInteractionEvent.getOpcode | ( | ) |
Definition at line 22 of file ItemInteractionEvent.java.
References opcode.
| int com.runehive.content.event.impl.ItemInteractionEvent.getSlot | ( | ) |
Definition at line 26 of file ItemInteractionEvent.java.
|
private |
Definition at line 8 of file ItemInteractionEvent.java.
Referenced by com.runehive.content.event.impl.FirstItemClickInteractionEvent.FirstItemClickInteractionEvent(), getItem(), ItemInteractionEvent(), com.runehive.content.event.impl.SecondItemClickInteractionEvent.SecondItemClickInteractionEvent(), and com.runehive.content.event.impl.ThirdItemClickInteractionEvent.ThirdItemClickInteractionEvent().
|
private |
Definition at line 9 of file ItemInteractionEvent.java.
Referenced by getOpcode(), and ItemInteractionEvent().
|
private |
Definition at line 9 of file ItemInteractionEvent.java.