pocketmine\network\protocol\ContainerSetSlotPacket::decode PHP Метод

decode() публичный Метод

public decode ( )
    public function decode()
    {
        $this->windowid = $this->getByte();
        $this->slot = $this->getShort();
        $this->hotbarSlot = $this->getShort();
        $this->item = $this->getSlot();
    }
ContainerSetSlotPacket