RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
SecondItemClickInteractionEvent.java
1
package
com.osroyale.content.event.impl;
2
3
import
com.osroyale.content.event.InteractionEvent;
4
import
com.osroyale.game.world.items.Item;
5
23
24
public
class
SecondItemClickInteractionEvent
extends
ItemInteractionEvent {
25
26
public
SecondItemClickInteractionEvent(Item item,
int
slot) {
27
super(
InteractionEvent
.
InteractionType
.SECOND_ITEM_CLICK, item, slot, 1);
28
}
29
}
com.osroyale.content.event.InteractionEvent
Definition
InteractionEvent.java:34
com.osroyale.content.event.InteractionEvent.InteractionType
Definition
InteractionEvent.java:36