49        $this->structureTemplateName = 
CommonTypes::getString($in);
 
   50        $this->structureBlockPosition = CommonTypes::getBlockPosition($in);
 
   51        $this->structureSettings = CommonTypes::getStructureSettings($in);
 
   52        $this->requestType = Byte::readUnsigned($in);
 
 
   56        CommonTypes::putString($out, $this->structureTemplateName);
 
   57        CommonTypes::putBlockPosition($out, $this->structureBlockPosition);
 
   58        CommonTypes::putStructureSettings($out, $this->structureSettings);
 
   59        Byte::writeUnsigned($out, $this->requestType);