1package com.runehive.net.packet.out;
3import com.runehive.game.Graphic;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.game.world.position.Position;
6import com.runehive.net.packet.OutgoingPacket;
25 .writeShort(
graphic.getDelay());
Represents a single graphic that can be used by entities.
This class represents a character controlled by a player.
void send(OutgoingPacket encoder)
Represents a single tile on the game world.
final PacketBuilder builder
OutgoingPacket(int opcode, int capacity)
SendGraphic(Graphic graphic, Position position)
boolean encode(Player player)