1package com.runehive.net.packet.out;
3import com.runehive.net.codec.ByteModification;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.game.world.items.ground.GroundItem;
6import com.runehive.net.packet.OutgoingPacket;
This class represents a character controlled by a player.
void send(OutgoingPacket encoder)
Represents a single Ground item on the world map.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
SendRemoveGroundItem(GroundItem groundItem)
final GroundItem groundItem
boolean encode(Player player)
Represents RuneScape's custom value types.
ADD
Adds 128 to the value when written, subtracts 128 from the rarity when read.