1package com.runehive.net.packet.out;
4import com.runehive.net.codec.ByteOrder;
5import com.runehive.game.world.entity.mob.player.Player;
6import com.runehive.net.packet.OutgoingPacket;
This class represents a character controlled by a player.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
SendInterfaceConfig(int main, int sub1, int sub2)
boolean encode(Player player)
Represents the order in which bytes are written.
LE
Represents Little-endian.