1package com.runehive.game.event.impl;
3import com.runehive.game.event.Event;
4import com.runehive.game.world.entity.mob.npc.Npc;
5import com.runehive.game.world.items.Item;
ItemOnNpcEvent(Npc npc, Item used, int slot)
Represents a non-player character in the in-game world.
The container class that represents an item that can be interacted with.