1package com.runehive.net.packet.out;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.net.packet.OutgoingPacket;
6import com.runehive.net.packet.PacketType;
16 this.title = String.valueOf(
title);
17 this.message = String.valueOf(
message);
This class represents a character controlled by a player.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
boolean encode(Player player)
SendBanner(Object title, Object message, int color)
Represents a type of packet.
VAR_BYTE
A variable packet where the size is indicated by a byte.