1package com.runehive.net.packet.out;
3import com.runehive.net.packet.OutgoingPacket;
4import com.runehive.game.world.entity.mob.player.Player;
17 private final boolean hide;
This class represents a character controlled by a player.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
final int id
The id of the itemcontainer to show.
SendInterfaceLayer(int id, boolean hide)
Creates a new SendInterfaceLayer).
final boolean hide
The toggle to display the itemcontainer to the user.
boolean encode(Player player)