1package com.runehive.game.event.impl;
3import com.runehive.game.event.Event;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.game.world.items.Item;
ItemOnPlayerEvent(Player other, Item used, int slot)
This class represents a character controlled by a player.
The container class that represents an item that can be interacted with.