56        CommonTypes::putString($out, $this->structureTemplateName);
 
   57        CommonTypes::putBool($out, $this->nbt !== 
null);
 
   58        if($this->nbt !== 
null){
 
   59            $out->writeByteArray($this->nbt->getEncodedNbt());
 
   61        Byte::writeUnsigned($out, $this->responseType);