30public class SendGraphic
extends OutgoingPacket {
37 this.graphic = graphic;
38 this.position = position;
42 public boolean encode(
Player player) {
45 .writeShort(graphic.getId())
46 .writeByte(position.getHeight())
47 .writeShort(graphic.getDelay());