1package com.runehive.net.packet.out;
3import com.runehive.game.world.entity.mob.player.Player;
4import com.runehive.game.world.position.Position;
5import com.runehive.net.packet.OutgoingPacket;
10 private static final int OPCODE = 254;
This class represents a character controlled by a player.
Represents a single tile on the game world.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
boolean encode(Player player)
HintArrowTile(Position pos)