1package com.runehive.net.packet.in;
3import com.runehive.game.world.entity.mob.player.Player;
4import com.runehive.net.packet.GamePacket;
5import com.runehive.net.packet.PacketListener;
6import com.runehive.net.packet.PacketListenerMeta;
7import org.jire.runehiveps.event.widget.DialogueEvent;
19 player.
getEvents().widget(player, DialogueEvent.INSTANCE);
This class represents a character controlled by a player.
Represents a single game packet.
The GamePacket responsible for dialogues.
void handlePacket(Player player, GamePacket packet)
Handles the packet that has just been received.