/** Reads the raw packet data from the data stream. */
 public void readPacketData(PacketBuffer buf) throws IOException {
   this.windowId = buf.readUnsignedByte();
   this.actionNumber = buf.readShort();
   this.field_148893_c = buf.readBoolean();
 }