windowid = $this->getByte(); $this->slot = $this->getShort(); $this->item = $this->getSlot(); } public function encode(){ $this->reset(); $this->putByte($this->windowid); $this->putShort($this->slot); $this->putSlot($this->item); } }