1package com.osroyale.net.packet.out;
3import com.osroyale.net.codec.ByteOrder;
4import com.osroyale.game.world.entity.mob.player.Player;
5import com.osroyale.net.packet.OutgoingPacket;
26public class SendChatBoxInterface
extends OutgoingPacket {
28 private final int interfaceId;
30 public SendChatBoxInterface(
int interfaceId) {
32 this.interfaceId = interfaceId;
36 public boolean encode(
Player player) {
void setDialogue(int dialogueInterface)