48        $this->actorRuntimeId = 
CommonTypes::getActorRuntimeId($in);
 
   49        $this->action = VarInt::readSignedInt($in);
 
   50        $this->blockPosition = CommonTypes::getBlockPosition($in);
 
   51        $this->resultPosition = CommonTypes::getBlockPosition($in);
 
   52        $this->face = VarInt::readSignedInt($in);
 
 
   56        CommonTypes::putActorRuntimeId($out, $this->actorRuntimeId);
 
   57        VarInt::writeSignedInt($out, $this->action);
 
   58        CommonTypes::putBlockPosition($out, $this->blockPosition);
 
   59        CommonTypes::putBlockPosition($out, $this->resultPosition);
 
   60        VarInt::writeSignedInt($out, $this->face);