1package com.runehive.net.packet.out;
3import com.runehive.game.world.entity.mob.Mob;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.net.packet.OutgoingPacket;
6import com.runehive.net.packet.PacketType;
10 private static final int OPCODE = 173;
This class represents a character controlled by a player.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
static int getOpponent(final Mob mob)
SendKillFeed(final int killerId, final int victimId)
SendKillFeed(final Mob killer, final Mob victim)
boolean encode(final Player player)
Represents a type of packet.
FIXED
A fixed size packet where the size never changes.